]> Creatis software - FrontAlgorithms.git/blob - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
1 ## ======================================
2 ## == Build a library from a directory ==
3 ## ======================================
4
5 LibFromDir(
6   fpa
7   ${PROJECT_BINARY_DIR}/lib
8   SHARED
9   ${CMAKE_CURRENT_SOURCE_DIR}/fpa
10   "${prj_VERSION}" "${prj_SHORT_VERSION}"
11   )
12
13 ## ===================================
14 ## == Build instances for cpPlugins ==
15 ## ===================================
16
17 IF(USE_cpPlugins)
18   SUBDIRS(Instances)
19 ENDIF(USE_cpPlugins)
20
21 ## eof - $RCSfile$