]> Creatis software - cpPlugins.git/blobdiff - appli/examples/CMakeLists.txt
...
[cpPlugins.git] / appli / examples / CMakeLists.txt
index 4c13ea58cba12669eecf66deb5060781fc78b058..6e989b328372802e16000eab3ccee33c067114a7 100644 (file)
@@ -1,10 +1,7 @@
-## =============
-## == Options ==
-## =============
 
 OPTION(BUILD_EXAMPLES "Build examples" OFF)
 IF(BUILD_EXAMPLES)
-  SUBDIRS(extensions plugins)
+  SUBDIRS(plugins)
 ENDIF(BUILD_EXAMPLES)
 
 ## eof - $RCSfile$