]> Creatis software - cpPlugins.git/blob - lib/CMakeLists.txt
...
[cpPlugins.git] / lib / CMakeLists.txt
1 SUBDIRS(
2   cpExtensions
3   cpPlugins
4   third_party
5   )
6 IF(USE_QT4)
7   SUBDIRS(
8     cpPipelineEditor
9     )
10 ENDIF(USE_QT4)
11
12
13 ## eof - $RCSfile$