]> Creatis software - FrontAlgorithms.git/blob - appli/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CMakeLists.txt
1 OPTION(BUILD_EXAMPLES "Build simple examples" OFF)
2 IF(BUILD_EXAMPLES)
3   SUBDIRS(examples)
4 ENDIF(BUILD_EXAMPLES)
5
6 ## eof - $RCSfile$