X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=b2d145093e534171834808ce3bbc30a8c0449470;hb=c59fb0a5069b5a0d4976382eda2f3d1471dff234;hp=6b3f71c97ba38d9958e4a60bfca2e17c131f942e;hpb=015105c2f44abb80923a59adfb1a01713506744f;p=FrontAlgorithms.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 6b3f71c..b2d1450 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,11 +1,11 @@ -#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_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 @@ -13,18 +13,18 @@ SET( example_Image_RegionGrow_AllRGBPixels example_Image_RegionGrow_ConnectedPixels example_Image_RegionGrow_ConnectedRGBPixels + example_Image_Dijkstra_AbsoluteDifferenceCost example_Image_Dijkstra_EndPointDetection -# example_Image_RegionGrow_GaussianModelEstimation -# example_Image_IncrementalRegionGrow_Thresholds -# example_Image_Dijkstra_CostFromInput -# example_Image_Dijkstra_CostFromRGBInput -# example_Image_Dijkstra_AbsoluteDifferenceCost -# example_Image_Dijkstra_DanielssonCost -# example_Image_Dijkstra_DanielssonCost_TwoSeedsPath -# example_Image_Dijkstra_LabelSkeleton -# example_ShowSkeleton -# example_CircleOfWillis -) + # example_Image_RegionGrow_GaussianModelEstimation + # example_Image_IncrementalRegionGrow_Thresholds + # example_Image_Dijkstra_CostFromInput + # example_Image_Dijkstra_CostFromRGBInput + # example_Image_Dijkstra_DanielssonCost + # example_Image_Dijkstra_DanielssonCost_TwoSeedsPath + # example_Image_Dijkstra_LabelSkeleton + # example_ShowSkeleton + # example_CircleOfWillis + ) FOREACH(EX ${SIMPLE_VTK_EXAMPLES}) ADD_EXECUTABLE(${EX} ${EX}.cxx) TARGET_LINK_LIBRARIES(