]> Creatis software - cpPlugins.git/blobdiff - appli/CMakeLists.txt
...
[cpPlugins.git] / appli / CMakeLists.txt
index 785c97e5573d4e8bb9df69ba2b998f1e1bb8be67..ff999fe9568e122f058f91d6a64b992553483678 100644 (file)
@@ -1,17 +1,8 @@
 SUBDIRS(
   bash
+  plugins
+  examples
+  PipelineEditor
   )
 
-IF(BUILD_EXAMPLES)
-  SUBDIRS(
-    examples
-    #ImageMPR
-    )
-  IF(USE_QT4)
-    SUBDIRS(
-      cpPipelineEditor
-      )
-  ENDIF(USE_QT4)
-ENDIF(BUILD_EXAMPLES)
-
 ## eof - $RCSfile$