]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CMakeLists.txt
diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt
new file mode 100644 (file)
index 0000000..a5a2028
--- /dev/null
@@ -0,0 +1,6 @@
+OPTION(BUILD_EXAMPLES "Build simple examples" OFF)
+IF(BUILD_EXAMPLES)
+  SUBDIRS(examples)
+ENDIF(BUILD_EXAMPLES)
+
+## eof - $RCSfile$