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