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