]> Creatis software - FrontAlgorithms.git/blobdiff - cmake/Options.cmake
...
[FrontAlgorithms.git] / cmake / Options.cmake
diff --git a/cmake/Options.cmake b/cmake/Options.cmake
new file mode 100644 (file)
index 0000000..63990d9
--- /dev/null
@@ -0,0 +1,13 @@
+## ===============================
+## == Some configurable options ==
+## ===============================
+
+OPTION(USE_cpPlugins "Build cpPlugins-based code" OFF)
+IF(USE_cpPlugins)
+  FIND_PACKAGE(cpPlugins REQUIRED)
+  IF(USE_QT4)
+    INCLUDE(cmake/Qt4Tools.cmake)
+  ENDIF(USE_QT4)
+ENDIF(USE_cpPlugins)
+
+## eof - $RCSfile$