X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fcpm%2FCMakeLists.txt;fp=lib%2Fcpm%2FCMakeLists.txt;h=199cb31f65e2e2a29fc5cfccf12bf94ff4b91be0;hb=93ddd2fe04d05b28dff31448032fd3af93ffe750;hp=12f53114898b577f2bb68cbed99c9c33520305ff;hpb=6d6bf5d5e3b9318a507216f2f231c32299d1a941;p=cpMesh.git diff --git a/lib/cpm/CMakeLists.txt b/lib/cpm/CMakeLists.txt index 12f5311..199cb31 100644 --- a/lib/cpm/CMakeLists.txt +++ b/lib/cpm/CMakeLists.txt @@ -58,4 +58,14 @@ TARGET_LINK_LIBRARIES( ${VTK_LIBRARIES} ) +## ============================ +## = If needed, build plugins = +## ============================ + +IF(BUILD_FINAL_APPLICATION) + SUBDIRS( + Plugins + ) +ENDIF(BUILD_FINAL_APPLICATION) + ## eof - $RCSfile$