X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=f4c0955ff0028349564cd1c88ae1f5ca49eb7aaf;hb=5a929051ab0aae3059150e5b29b878ef0bcc3b43;hp=f2f2463cd3a26778b803fb4c818afa263e34cb4f;hpb=ea46079b5aef76c1782648ed23e70ea944649635;p=FrontAlgorithms.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index f2f2463..f4c0955 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,20 +1,8 @@ -## ====================================== -## == Build a library from a directory == -## ====================================== -LibFromDir( - fpa - SHARED - ${CMAKE_CURRENT_SOURCE_DIR}/fpa - "${prj_VERSION}" "${prj_SHORT_VERSION}" +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$