]> Creatis software - cpPlugins.git/blobdiff - appli/CMakeLists.txt
Cast image filter added. ROI filter modified.
[cpPlugins.git] / appli / CMakeLists.txt
index a290efe9e3c3b87d4b22f07de677b2bcddaa3f7b..d08e21e9deac165006ebad4f9fe926b6b1112a99 100644 (file)
@@ -1,17 +1,9 @@
+
 SUBDIRS(
   bash
+  plugins
+  examples
+  PipelineEditor
   )
-IF(BUILD_EXAMPLES)
-  SUBDIRS(
-    examples
-    )
-ENDIF(BUILD_EXAMPLES)
-
-IF(USE_QT4)
-  SUBDIRS(
-    PipelineEditor
-    )
-ENDIF(USE_QT4)
-
 
 ## eof - $RCSfile$