X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=c1d958e27a475d6352cb2d429a45a12b0871170e;hb=b67cad9ff3c38b4e99ac48a4852e9e94cb879c6a;hp=ef245aa2eebbe97e3a57659c2dbc876636504abc;hpb=8c23766af88a29c3e830299dffc4b95d9fe61df9;p=cpPlugins.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ef245aa..c1d958e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,14 @@ SUBDIRS( - cpPlugins + ItkVtkGlue third_party + cpExtensions + cpPlugins_ITKInstances + cpPlugins ) +IF(USE_QT4) + SUBDIRS( + cpPipelineEditor + ) +ENDIF(USE_QT4) ## eof - $RCSfile$