]> Creatis software - FrontAlgorithms.git/blobdiff - lib/CMakeLists.txt
...
[FrontAlgorithms.git] / lib / CMakeLists.txt
index efe40caa8821fc1d9e9b7e6047ee99c570fb6186..d7d1948d81c3c2669ed0d6c1d308c166f36760b7 100644 (file)
@@ -1,21 +1,12 @@
-## ======================================
-## == Build a library from a directory ==
-## ======================================
-
-LibFromDir(
-  fpa
-  ${PROJECT_BINARY_DIR}/lib
-  SHARED
-  ${CMAKE_CURRENT_SOURCE_DIR}/fpa
-  "${prj_VERSION}" "${prj_SHORT_VERSION}"
+## =========================================================================
+## @author Leonardo Florez Valencia
+## @email florez-l@javeriana.edu.co
+## =========================================================================
+
+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$