X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=79d2338f00d2db3dd0e5b9c69ddd05a8aca81018;hb=64ee1e8924a88841c1c943fef576860402e0777c;hp=5d197de7ed4745bcaf65001cfbf49ac57616ceec;hpb=e3bf0f6ea82aedbb6d703a7bf54a655d4d53e8d1;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 5d197de..79d2338 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}) @@ -31,6 +30,8 @@ SET( example_View2DImage example_HandleWidget example_SeedWidget + example_SphereWidget + example_Test_Memento ##example_MarchingCubes ##example_OtsuFilter ##example_RGBImageToHSVChannels @@ -50,14 +51,16 @@ FOREACH(prog ${EXAMPLES_PROGRAMS_WITH_PLUGINS}) ${prog} cpExtensions cpPlugins_Interface + ) ENDFOREACH(prog) SET( NOPLUGINS_EXAMPLES_PROGRAMS example_BaseInteractorStyle + example_ContourWidget - example_Test_async + ##example_Test_async ## example_MacheteFilter ## example_Test_DoubleClick ## example_ExtractDICOMSeries