]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / image / CMakeLists.txt
index 00facdf649ed3889c6f3cd36870cfb77e4c7ddf2..b62186cfa093c990d305d9faec19816e3dda6d84 100644 (file)
@@ -2,18 +2,17 @@ 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)
-  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$