]> Creatis software - FrontAlgorithms.git/blobdiff - examples/image/Dijkstra/CMakeLists.txt
...
[FrontAlgorithms.git] / examples / image / Dijkstra / CMakeLists.txt
similarity index 75%
rename from tests/image/Dijkstra/CMakeLists.txt
rename to examples/image/Dijkstra/CMakeLists.txt
index 47c3bfa6549c2ff98bc862ee0b31025ed9698ca3..3fa27a0a4fa73fc3880682cfd420418e466a5911 100644 (file)
@@ -1,11 +1,10 @@
 ## =========================================================================
-## @author Leonardo Florez Valencia
-## @email florez-l@javeriana.edu.co
+## @author Leonardo Florez Valencia (florez-l@javeriana.edu.co)
 ## =========================================================================
 
-set(_pfx test_fpa_Image_Dijkstra_)
+set(_pfx example_fpa_Image_Dijkstra_)
 set(
-  _tests
+  _examples
   Identity
   Invert
   Gaussian
@@ -14,7 +13,7 @@ set(
   )
 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)