]> Creatis software - FrontAlgorithms.git/blobdiff - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
index d65d98bb8ce5fe0e08c90337f1595444ece38ded..f4c0955ff0028349564cd1c88ae1f5ca49eb7aaf 100644 (file)
@@ -1,13 +1,8 @@
-## ======================================
-## == Build a library from a directory ==
-## ======================================
 
-CompileLibFromDir(fpa SHARED fpa)
-
-## ===================================
-## == Build instances for cpPlugins ==
-## ===================================
-
-SUBDIRS(fpaInstances)
+include_directories(
+  ${CMAKE_CURRENT_SOURCE_DIR}
+  ${CMAKE_CURRENT_BINARY_DIR}
+  )
+subdirs(fpa)
 
 ## eof - $RCSfile$