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