]> Creatis software - cpPlugins.git/blob - appli/CMakeLists.txt
It should now compile on windows...
[cpPlugins.git] / appli / CMakeLists.txt
1 SUBDIRS(
2   bash
3   )
4 IF(BUILD_EXAMPLES)
5   SUBDIRS(
6     examples
7     )
8 ENDIF(BUILD_EXAMPLES)
9
10 IF(USE_QT4)
11   SUBDIRS(
12     PipelineEditor
13     )
14 ENDIF(USE_QT4)
15
16
17 ## eof - $RCSfile$