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