X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=5afdc751aa270705eb27d3308e1aba1e42943b4f;hb=6de32f6e1f38b49698f370698520d406c903329d;hp=0afa2df52490a8686b810ce268d76ed1aa16f982;hpb=67b67cafced0d039cf6ff2ccf7839088fd091395;p=FrontAlgorithms.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 0afa2df..5afdc75 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,12 +1,8 @@ -IF(BUILD_TempAirwaysAppli) - SUBDIRS( - Airways - ) -ENDIF(BUILD_TempAirwaysAppli) -IF(BUILD_PLUGINS) - SUBDIRS( - fpa_Instances - ) -ENDIF(BUILD_PLUGINS) + +## =================================== +## == Build instances for cpPlugins == +## =================================== + +SUBDIRS(fpaInstances) ## eof - $RCSfile$