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