]> Creatis software - FrontAlgorithms.git/blob - appli/CMakeLists.txt
a5a20280dde5e0987ece1f7fb973e8e505b5fbe8
[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$