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