X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FCMakeLists.txt;h=e3d07e5c20218e671a0bdea024c3062070465d86;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=e942ae913475019ad5877a0ee2a0f3112f9cdde3;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index e942ae9..e3d07e5 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,11 +1,19 @@ -## ===================== -## == Configure files == -## ===================== +## ========================================================================= +## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) +## ========================================================================= -CONFIGURE_FILE( - cpPluginsConfig.cmake.in - ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake - @ONLY +set( + _scripts + cpPlgDefinitions.cmake + cpPlgFunctions.cmake + cpPlg3rdParty.cmake + cpPlgInstallCommands.cmake ) +foreach(_s ${_scripts}) + install( + FILES "${_s}" + DESTINATION "lib/cmake/${PROJECT_NAME}" + ) +endforeach(_s) ## eof - $RCSfile$