X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=b6161de48119ba393d50c6b0a61db251418f0563;hb=273699a71c538630c162de031f0c95014319311d;hp=b76208835a521e9393bf14002c4629e94d4a51f0;hpb=c3a5b1389e4a95ec18860f6b350298a8eef5cc22;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index b762088..b6161de 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -5,7 +5,6 @@ SET( EXAMPLES_PROGRAMS_ONLY_EXTENSIONS - example_TestQuadSplitter ) FOREACH(prog ${EXAMPLES_PROGRAMS_ONLY_EXTENSIONS}) @@ -17,6 +16,8 @@ SET( EXAMPLES_PROGRAMS_ONLY_INTERFACE example_TestParameters example_LoadPlugins + example_LoadPluginsFromPath + #example_WorkspaceSandBox ) FOREACH(prog ${EXAMPLES_PROGRAMS_ONLY_INTERFACE}) @@ -27,9 +28,14 @@ ENDFOREACH(prog) SET( EXAMPLES_PROGRAMS_WITH_PLUGINS #example_ReadWriteImage + #example_MarchingCubes #example_MPR #example_View2DImage - ##example_MarchingCubes + #example_ViewImageThreshold + #example_HandleWidget + #example_SeedWidget + #example_SphereWidget + #example_Test_Memento ##example_OtsuFilter ##example_RGBImageToHSVChannels ##example_RGBImageToYPbPrChannels @@ -53,9 +59,11 @@ ENDFOREACH(prog) SET( NOPLUGINS_EXAMPLES_PROGRAMS - example_BaseInteractorStyle - example_ContourWidget - example_Test_async + #example_BaseInteractorStyle + + #example_ContourWidget + ##example_Test_async + ## example_MacheteFilter ## example_Test_DoubleClick ## example_ExtractDICOMSeries ## example_ImageGaussianModelEstimator