]> Creatis software - cpPlugins.git/blob - cmake/CMakeLists.txt
...
[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   cpPlgInstallCommands.cmake
10   )
11 foreach(_s ${_scripts})
12   install(
13     FILES "${_s}"
14     DESTINATION "lib/cmake/${PROJECT_NAME}"
15     )
16 endforeach(_s)
17
18 ## eof - $RCSfile$