X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=10250f0edad4df9d18fe20c7cd9c8303eca69438;hb=887d3b280e7de40d45b0483767b09dcc46121f39;hp=2bed4e539017b74d308ad932155737162d896e3e;hpb=14bfa97aef83c54e1cf3813594bd9ae03f23f7f5;p=FrontAlgorithms.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2bed4e5..10250f0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,27 +1,7 @@ -OPTION(BUILD_EXAMPLES "Build cpPlugins-free examples." OFF) -IF(BUILD_EXAMPLES) - SET( - _examples - RegionGrow_Tautology - RegionGrow_BinaryThreshold - RegionGrow_Mori - Dijkstra_Maurer - #CreateMoriInputImage - #BronchiiInitialSegmentationWithMori - #BronchiiInitialSegmentationWithBinaryThresholdRegionGrow - ) - OPTION(BUILD_EXAMPLE_SANDBOX "Build sandbox example." OFF) - IF(BUILD_EXAMPLE_SANDBOX) - LIST(APPEND _examples sandbox) - ENDIF(BUILD_EXAMPLE_SANDBOX) - INCLUDE_DIRECTORIES( - ${PROJECT_SOURCE_DIR}/libs - ${PROJECT_BINARY_DIR}/libs - ) - FOREACH(_e ${_examples}) - ADD_EXECUTABLE(fpa_example_${_e} ${_e}.cxx) - TARGET_LINK_LIBRARIES(fpa_example_${_e} ${ITK_LIBRARIES}) - ENDFOREACH(_e) -ENDIF(BUILD_EXAMPLES) +## ========================================================================= +## @author Leonardo Florez Valencia (florez-l@javeriana.edu.co) +## ========================================================================= + +subdirs(image) ## eof - $RCSfile$