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