]> Creatis software - cpPlugins.git/blob - cmake/CMakeLists.txt
Moved to version 1.0
[cpPlugins.git] / cmake / CMakeLists.txt
1 ## =========================================================================
2 ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 ## =========================================================================
4
5 set(
6   _scripts
7   cpPlgDefinitions.cmake
8   cpPlgFunctions.cmake
9   cpPlg3rdParty.cmake
10   cpPlgInstallCommands.cmake
11   )
12 foreach(_s ${_scripts})
13   install(
14     FILES "${_s}"
15     DESTINATION "lib/cmake/${PROJECT_NAME}"
16     )
17 endforeach(_s)
18
19 ## eof - $RCSfile$