]> Creatis software - FrontAlgorithms.git/blobdiff - tests/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / CMakeLists.txt
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
new file mode 100644 (file)
index 0000000..dc97055
--- /dev/null
@@ -0,0 +1,10 @@
+option(BUILD_TESTS "Build command line tests." OFF)
+if(BUILD_TESTS)
+  include_directories(
+    ${PROJECT_SOURCE_DIR}/lib
+    ${PROJECT_BINARY_DIR}/lib
+    )
+  subdirs(image)
+endif(BUILD_TESTS)
+
+## eof - $RCSfile$