]> 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   SHARED
8   ${CMAKE_CURRENT_SOURCE_DIR}/fpa
9   "${prj_VERSION}" "${prj_SHORT_VERSION}"
10   )
11
12 ## ===================================
13 ## == Build instances for cpPlugins ==
14 ## ===================================
15
16 IF(USE_cpPlugins)
17   SUBDIRS(Instances)
18 ENDIF(USE_cpPlugins)
19
20 ## eof - $RCSfile$