]> Creatis software - FrontAlgorithms.git/blobdiff - examples/CMakeLists.txt
Merge branch 'sandbox' of ssh://git.creatis.insa-lyon.fr/FrontAlgorithms into sandbox
[FrontAlgorithms.git] / examples / CMakeLists.txt
index cbbfcf922e30d149461e0e7c20ff2212e1986030..10250f0edad4df9d18fe20c7cd9c8303eca69438 100644 (file)
@@ -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$