X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FRegionGrow%2FCMakeLists.txt;fp=tests%2Fimage%2FRegionGrow%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=a8ac405fe1422bc0792a810f7f0693096a22c20e;hp=e5c55b5068974b856c6eafb84b493e16d416f661;hpb=8abe87eaa0d29ba667d5cbf35f4ca1ca2e38c6c4;p=FrontAlgorithms.git diff --git a/tests/image/RegionGrow/CMakeLists.txt b/tests/image/RegionGrow/CMakeLists.txt deleted file mode 100644 index e5c55b5..0000000 --- a/tests/image/RegionGrow/CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ -## ========================================================================= -## @author Leonardo Florez Valencia -## @email florez-l@javeriana.edu.co -## ========================================================================= - -set(_pfx test_fpa_Image_RegionGrow_) -set( - _tests - Tautology - BinaryThreshold - Mori - ) -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$