From 91084acbc5b84fc511517c78aeafa4c98b1d9e54 Mon Sep 17 00:00:00 2001 From: Leonardo Florez-Valencia Date: Tue, 9 Jun 2015 16:23:40 -0500 Subject: [PATCH] ... --- appli/examples/CMakeLists.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 6b3f71c..16b2c26 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -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( -- 2.45.1