X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=5d570b6a1da39e73e23170206a78753e79e4d6ed;hb=3e5846a571cd387c59348a7748a21bc3bf620d95;hp=cf7ebf4198178df58fd6729452bdff15fcf15dea;hpb=8cf92baeeefc45bc80a2d0eb2850e04b6089111f;p=FrontAlgorithms.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index cf7ebf4..5d570b6 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,29 +1,4 @@ -SET( - SIMPLE_EXAMPLES - example_Image_Dijkstra_EndPointDetection_WithoutVTK - ) -FOREACH(EX ${SIMPLE_EXAMPLES}) - ADD_EXECUTABLE(${EX} ${EX}.cxx) - TARGET_LINK_LIBRARIES(${EX} FrontAlgorithms) -ENDFOREACH(EX) - -SET( - SIMPLE_VTK_EXAMPLES - example_Image_RegionGrow_AllPixels - example_Image_RegionGrow_AllRGBPixels - example_Image_RegionGrow_GaussianModelEstimation - example_Image_Dijkstra_CostFromInput - example_Image_Dijkstra_CostFromRGBInput - example_Image_Dijkstra_DanielssonCost - example_Image_Dijkstra_DanielssonCost_TwoSeedsPath - example_Image_Dijkstra_EndPointDetection - example_ShowSkeleton - ) -FOREACH(EX ${SIMPLE_VTK_EXAMPLES}) - ADD_EXECUTABLE(${EX} ${EX}.cxx) - TARGET_LINK_LIBRARIES( - ${EX} FrontAlgorithms - ) -ENDFOREACH(EX) +ADD_EXECUTABLE(fpa_examples_ImageDijkstra ImageDijkstra.cxx) +TARGET_LINK_LIBRARIES(fpa_examples_ImageDijkstra ${ITK_LIBRARIES} ${VTK_LIBRARIES}) ## eof - $RCSfile$