]> Creatis software - FrontAlgorithms.git/blobdiff - examples/CMakeLists.txt
...
[FrontAlgorithms.git] / examples / CMakeLists.txt
index 4feb556f0db0c20ac5c29385713dcd31e7c34ff3..30954b7e5b11e283afd3170c70012b9230cf294a 100644 (file)
@@ -5,7 +5,9 @@ if(BUILD_EXAMPLES)
     RegionGrow_Tautology
     RegionGrow_BinaryThreshold
     RegionGrow_Mori
+    Dijkstra_Gaussian
     Dijkstra_Maurer
+    SkeletonFilter
     #CreateMoriInputImage
     #BronchiiInitialSegmentationWithMori
     #BronchiiInitialSegmentationWithBinaryThresholdRegionGrow
@@ -20,7 +22,7 @@ if(BUILD_EXAMPLES)
     )
   foreach(_e ${_examples})
     add_executable(fpa_example_${_e} ${_e}.cxx)
-    target_link_libraries(fpa_example_${_e} ${ITK_LIBRARIES})
+    target_link_libraries(fpa_example_${_e} fpa)
   endforeach(_e)
 endif(BUILD_EXAMPLES)