]> Creatis software - FrontAlgorithms.git/blob - lib/CMakeLists.txt
20f87edc2c1de25f4aa9d5eb9313254767cc05a4
[FrontAlgorithms.git] / lib / CMakeLists.txt
1 ## ======================================
2 ## == Build a library from a directory ==
3 ## ======================================
4
5 CompileLibFromDir(fpa SHARED fpa)
6
7 ## ===================================
8 ## == Build instances for cpPlugins ==
9 ## ===================================
10
11 IF(USE_cpPlugins)
12   SUBDIRS(fpaInstances)
13 ENDIF(USE_cpPlugins)
14
15 ## eof - $RCSfile$