]> Creatis software - cpPlugins.git/blobdiff - cmake/CMakeLists.txt
Moved to version 1.0
[cpPlugins.git] / cmake / CMakeLists.txt
index 4b26944f8459c5a6dbbaa6107b5cab68d2f1c39c..e3d07e5c20218e671a0bdea024c3062070465d86 100644 (file)
@@ -1 +1,19 @@
+## =========================================================================
+## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
+## =========================================================================
+
+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$