]> Creatis software - FrontAlgorithms.git/blobdiff - examples/image/RegionGrow/CMakeLists.txt
...
[FrontAlgorithms.git] / examples / image / RegionGrow / CMakeLists.txt
similarity index 73%
rename from tests/image/RegionGrow/CMakeLists.txt
rename to examples/image/RegionGrow/CMakeLists.txt
index e5c55b5068974b856c6eafb84b493e16d416f661..f77acc5588114b10326ac53c19a6c07b73c0cca8 100644 (file)
@@ -1,18 +1,17 @@
 ## =========================================================================
-## @author Leonardo Florez Valencia
-## @email florez-l@javeriana.edu.co
+## @author Leonardo Florez Valencia (florez-l@javeriana.edu.co)
 ## =========================================================================
 
-set(_pfx test_fpa_Image_RegionGrow_)
+set(_pfx example_fpa_Image_RegionGrow_)
 set(
-  _tests
+  _examples
   Tautology
   BinaryThreshold
   Mori
   )
 include_directories(${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib)
 
-foreach(_t ${_tests})
+foreach(_t ${_examples})
   add_executable(${_pfx}${_t} ${_t}.cxx)
   target_link_libraries(${_pfx}${_t} fpa)
 endforeach(_t)