X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FCMakeLists.txt;h=ac3f2f6ee49c9f90df48631229d8b1e96abba510;hb=479d85a44365c8aa01976ffb9c7d67d3e9e52b63;hp=c51ed1858267349084a18045235d1c8a0f05a2de;hpb=9bcf7cb1dcbde2226e3908f4013eaccdad102db7;p=FrontAlgorithms.git diff --git a/tests/image/CMakeLists.txt b/tests/image/CMakeLists.txt index c51ed18..ac3f2f6 100644 --- a/tests/image/CMakeLists.txt +++ b/tests/image/CMakeLists.txt @@ -2,19 +2,16 @@ set(_pfx test_fpa_image_) set( _examples RegionGrow_Tautology - Dijkstra_Identity - Dijkstra_Gaussian - RandomWalker - SkeletonFilter - SkeletonToPolyData + MoriSegmentation + # Dijkstra_Identity + # Dijkstra_Gaussian + # RandomWalker + # SkeletonFilter + # SkeletonToPolyData ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx) - if(ivq_FOUND) - target_link_libraries(${_pfx}${_e} fpa ivq::ivq) - else(ivq_FOUND) - target_link_libraries(${_pfx}${_e} fpa) - endif(ivq_FOUND) + target_link_libraries(${_pfx}${_e} fpa) endforeach(_e) ## eof - $RCSfile$