]> Creatis software - FrontAlgorithms.git/blobdiff - tests/image/CMakeLists.txt
...
[FrontAlgorithms.git] / tests / image / CMakeLists.txt
index 06dfae81eb9b9f8cdc63ce7e6282f121d55078d0..b62186cfa093c990d305d9faec19816e3dda6d84 100644 (file)
@@ -4,11 +4,11 @@ set(
   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)