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