X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=aa486abbcbe5801fe045644ccfc7b3641ac8d0ff;hb=c1cf87b9287cd0a9fb3ca718ea2c39f014cb4b1b;hp=d65d98bb8ce5fe0e08c90337f1595444ece38ded;hpb=86a6d5df2aa1aa5292a5fa851d98bfc13939bdf3;p=FrontAlgorithms.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d65d98b..aa486ab 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,13 +1,12 @@ -## ====================================== -## == Build a library from a directory == -## ====================================== - -CompileLibFromDir(fpa SHARED fpa) - -## =================================== -## == Build instances for cpPlugins == -## =================================== - -SUBDIRS(fpaInstances) +## ========================================================================= +## @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$