X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FCMakeLists.txt;fp=tests%2Fimage%2FCMakeLists.txt;h=0000000000000000000000000000000000000000;hb=3c639e5da479c7216a0a302ffa156ac6762caeed;hp=fa58c65a7f2188d4c0836fca668bcd410a506fec;hpb=5bf766068f54d061d3816f4950a076c3cf3a4d8b;p=FrontAlgorithms.git diff --git a/tests/image/CMakeLists.txt b/tests/image/CMakeLists.txt deleted file mode 100644 index fa58c65..0000000 --- a/tests/image/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -set(_pfx test_fpa_image_) -set( - _examples - RegionGrow_Tautology - RegionGrow_BinaryThreshold - MoriSegmentation - Dijkstra_Identity - Dijkstra_Gaussian - RandomWalker - SkeletonFilter - SkeletonToPolyData - ) -foreach(_e ${_examples}) - add_executable(${_pfx}${_e} ${_e}.cxx) - target_link_libraries(${_pfx}${_e} ivq::ivq fpa) -endforeach(_e) - -## eof - $RCSfile$