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