]> Creatis software - FrontAlgorithms.git/blobdiff - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
index d65d98bb8ce5fe0e08c90337f1595444ece38ded..d7d1948d81c3c2669ed0d6c1d308c166f36760b7 100644 (file)
@@ -1,13 +1,12 @@
-## ======================================
-## == Build a library from a directory ==
-## ======================================
-
-CompileLibFromDir(fpa SHARED fpa)
-
-## ===================================
-## == Build instances for cpPlugins ==
-## ===================================
-
-SUBDIRS(fpaInstances)
+## =========================================================================
+## @author Leonardo Florez Valencia
+## @email florez-l@javeriana.edu.co
+## =========================================================================
+
+include_directories(
+  ${CMAKE_CURRENT_SOURCE_DIR}
+  ${CMAKE_CURRENT_BINARY_DIR}
+  )
+subdirs(fpa)
 
 ## eof - $RCSfile$