]> Creatis software - FrontAlgorithms.git/blobdiff - tests/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / CMakeLists.txt
index dc9705529a18cfae6cb39b16c66fde732cffbdea..d769819a742543c4555620bb15853b9003a9d977 100644 (file)
@@ -1,10 +1,8 @@
-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)
+## =========================================================================
+## @author Leonardo Florez Valencia
+## @email florez-l@javeriana.edu.co
+## =========================================================================
+
+subdirs(image)
 
 ## eof - $RCSfile$