X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=5afdc751aa270705eb27d3308e1aba1e42943b4f;hb=6de32f6e1f38b49698f370698520d406c903329d;hp=c3d3e5d1f65b6cd80f73c3c8114997d48f4d8fce;hpb=a993dd7dc7f3154d00eed3d3a4796fb9e3ff582d;p=FrontAlgorithms.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c3d3e5d..5afdc75 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,15 +1,8 @@ -## ====================================== -## == 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) +SUBDIRS(fpaInstances) ## eof - $RCSfile$