]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / image / CMakeLists.txt
index ac3f2f6ee49c9f90df48631229d8b1e96abba510..fa58c65a7f2188d4c0836fca668bcd410a506fec 100644 (file)
@@ -2,16 +2,17 @@ set(_pfx test_fpa_image_)
 set(
   _examples
   RegionGrow_Tautology
+  RegionGrow_BinaryThreshold
   MoriSegmentation
-  #  Dijkstra_Identity
-  #  Dijkstra_Gaussian
-  #  RandomWalker
-  #  SkeletonFilter
-  #  SkeletonToPolyData
+  Dijkstra_Identity
+  Dijkstra_Gaussian
+  RandomWalker
+  SkeletonFilter
+  SkeletonToPolyData
   )
 foreach(_e ${_examples})
   add_executable(${_pfx}${_e} ${_e}.cxx)
-  target_link_libraries(${_pfx}${_e} fpa)
+  target_link_libraries(${_pfx}${_e} ivq::ivq fpa)
 endforeach(_e)
 
 ## eof - $RCSfile$