X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;fp=appli%2Fexamples%2FCMakeLists.txt;h=4c13ea58cba12669eecf66deb5060781fc78b058;hb=201c5026430f9bcc33f9db6a39f5d03db096c860;hp=0000000000000000000000000000000000000000;hpb=aa77db36cc1d87ba014c982a235239c3c87224f3;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt new file mode 100644 index 0000000..4c13ea5 --- /dev/null +++ b/appli/examples/CMakeLists.txt @@ -0,0 +1,10 @@ +## ============= +## == Options == +## ============= + +OPTION(BUILD_EXAMPLES "Build examples" OFF) +IF(BUILD_EXAMPLES) + SUBDIRS(extensions plugins) +ENDIF(BUILD_EXAMPLES) + +## eof - $RCSfile$