]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/CMakeLists.txt
...
[cpPlugins.git] / lib / cpPlugins / CMakeLists.txt
1 ## =========================================================================
2 ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 ## =========================================================================
4
5 BuildLibrary(
6   cpPlugins SHARED
7   RECURRENT INSTALL_ALL
8   SOURCE .
9   VERSION ${prj_MAJ} ${prj_MIN} ${prj_REL}
10   LINKS ${ITK_LIBRARIES} ${VTK_LIBRARIES}
11   )
12
13 ## eof - $RCSfile$