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