X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=examples%2FCMakeLists.txt;h=10250f0edad4df9d18fe20c7cd9c8303eca69438;hb=ae0e1b8916a0fb2188080b9134c1c2781c6c200f;hp=0b9e558044eea95077f84896fc56d6ffa3b3245e;hpb=20916948d3878c722b73e7ee86df87ff2df9d0fe;p=FrontAlgorithms.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0b9e558..10250f0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,19 +1,7 @@ -OPTION(BUILD_EXAMPLES "Build cpPlugins-free examples." OFF) -IF(BUILD_EXAMPLES) - SET( - _examples - 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$