]> Creatis software - FrontAlgorithms.git/blobdiff - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
index f2f2463cd3a26778b803fb4c818afa263e34cb4f..5afdc751aa270705eb27d3308e1aba1e42943b4f 100644 (file)
@@ -1,20 +1,8 @@
-## ======================================
-## == Build a library from a directory ==
-## ======================================
-
-LibFromDir(
-  fpa
-  SHARED
-  ${CMAKE_CURRENT_SOURCE_DIR}/fpa
-  "${prj_VERSION}" "${prj_SHORT_VERSION}"
-  )
 
 ## ===================================
 ## == Build instances for cpPlugins ==
 ## ===================================
 
-IF(USE_cpPlugins)
-  SUBDIRS(Instances)
-ENDIF(USE_cpPlugins)
+SUBDIRS(fpaInstances)
 
 ## eof - $RCSfile$