]> Creatis software - cpPlugins.git/blobdiff - appli/examples/CMakeLists.txt
Cast image filter added. ROI filter modified.
[cpPlugins.git] / appli / examples / CMakeLists.txt
index 723e38fde510b25a962d1231abbe9082f22578ba..6e989b328372802e16000eab3ccee33c067114a7 100644 (file)
@@ -1,6 +1,7 @@
-SUBDIRS(
-  extensions
-  plugins
-  )
+
+OPTION(BUILD_EXAMPLES "Build examples" OFF)
+IF(BUILD_EXAMPLES)
+  SUBDIRS(plugins)
+ENDIF(BUILD_EXAMPLES)
 
 ## eof - $RCSfile$