X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FRandomWalker%2FCMakeLists.txt;fp=tests%2Fimage%2FRandomWalker%2FCMakeLists.txt;h=e4bd49a86ad0abdf4284076d5f21b7f85f5674e8;hb=2047276c8f1a02432fbcc7014722d460d6c1e60f;hp=0000000000000000000000000000000000000000;hpb=3c639e5da479c7216a0a302ffa156ac6762caeed;p=FrontAlgorithms.git diff --git a/tests/image/RandomWalker/CMakeLists.txt b/tests/image/RandomWalker/CMakeLists.txt new file mode 100644 index 0000000..e4bd49a --- /dev/null +++ b/tests/image/RandomWalker/CMakeLists.txt @@ -0,0 +1,18 @@ +## ========================================================================= +## @author Leonardo Florez Valencia +## @email florez-l@javeriana.edu.co +## ========================================================================= + +set(_pfx test_fpa_Image_RandomWalker_) +set( + _tests + Gaussian + ) +include_directories(${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib) + +foreach(_t ${_tests}) + add_executable(${_pfx}${_t} ${_t}.cxx) + target_link_libraries(${_pfx}${_t} fpa) +endforeach(_t) + +## eof - $RCSfile$