X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=723e38fde510b25a962d1231abbe9082f22578ba;hb=b67cad9ff3c38b4e99ac48a4852e9e94cb879c6a;hp=2a29508ba3c3735abf43fc9e602e6daba2751263;hpb=d97da4c5884307e660b0ed9135f87cffff174b93;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 2a29508..723e38f 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,28 +1,6 @@ - -## ========================= -## = Command line programs = -## ========================= - -SET( - EXAMPLES_PROGRAMS - example_LoadPlugins - example_ReadWriteImage - example_ReadImageSeriesWriteImage - example_ReadQuadEdgeMesh - example_ReadQuadEdgeMeshWithoutPlugins - example_RenderQuadEdgeMesh - example_RenderQuadEdgeMeshWithoutPlugins +SUBDIRS( + extensions + plugins ) -FOREACH(prog ${EXAMPLES_PROGRAMS}) - ADD_EXECUTABLE( - ${prog} - ${prog}.cxx - ) - TARGET_LINK_LIBRARIES( - ${prog} - cpPlugins_Interface - ) -ENDFOREACH(prog) - ## eof - $RCSfile$