]> Creatis software - cpPlugins.git/blobdiff - lib/CMakeLists.txt
...
[cpPlugins.git] / lib / CMakeLists.txt
index ef245aa2eebbe97e3a57659c2dbc876636504abc..a40928eac8746d096c270a8720b8424112e98cfe 100644 (file)
@@ -1,6 +1,14 @@
 SUBDIRS(
-  cpPlugins
+  ItkVtkGlue
   third_party
+  cpExtensions
+  cpPlugins_Instances
+  cpPlugins
   )
+IF(USE_QT4)
+  SUBDIRS(
+    cpPipelineEditor
+    )
+ENDIF(USE_QT4)
 
 ## eof - $RCSfile$