]> Creatis software - cpPlugins.git/blobdiff - appli/examples/CMakeLists.txt
Code cleaning
[cpPlugins.git] / appli / examples / CMakeLists.txt
diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt
new file mode 100644 (file)
index 0000000..4c13ea5
--- /dev/null
@@ -0,0 +1,10 @@
+## =============
+## == Options ==
+## =============
+
+OPTION(BUILD_EXAMPLES "Build examples" OFF)
+IF(BUILD_EXAMPLES)
+  SUBDIRS(extensions plugins)
+ENDIF(BUILD_EXAMPLES)
+
+## eof - $RCSfile$