X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=10250f0edad4df9d18fe20c7cd9c8303eca69438;hb=887d3b280e7de40d45b0483767b09dcc46121f39;hp=cbbfcf922e30d149461e0e7c20ff2212e1986030;hpb=3636868ab0f433aa5e8e839556b76febe0db3494;p=FrontAlgorithms.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index cbbfcf9..10250f0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,21 +1,7 @@ -OPTION(BUILD_EXAMPLES "Build cpPlugins-free examples." OFF) -IF(BUILD_EXAMPLES) - SET( - _examples - RegionGrow_Tautology - RegionGrow_BinaryThreshold - #CreateMoriInputImage - #BronchiiInitialSegmentationWithMori - #BronchiiInitialSegmentationWithBinaryThresholdRegionGrow - ) - 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$