X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=aa486abbcbe5801fe045644ccfc7b3641ac8d0ff;hb=c1cf87b9287cd0a9fb3ca718ea2c39f014cb4b1b;hp=c3d3e5d1f65b6cd80f73c3c8114997d48f4d8fce;hpb=a993dd7dc7f3154d00eed3d3a4796fb9e3ff582d;p=FrontAlgorithms.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c3d3e5d..aa486ab 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,15 +1,12 @@ -## ====================================== -## == Build a library from a directory == -## ====================================== - -CompileLibFromDir(fpa SHARED ${CMAKE_CURRENT_SOURCE_DIR}/fpa) - -## =================================== -## == Build instances for cpPlugins == -## =================================== - -IF(USE_cpPlugins) - SUBDIRS(Instances) -ENDIF(USE_cpPlugins) +## ========================================================================= +## @author Leonardo Florez Valencia (florez-l@javeriana.edu.co) +## ========================================================================= + +## -- Build libraries +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ) +subdirs(fpa) ## eof - $RCSfile$