X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FPipelineEditor%2FCMakeLists.txt;h=4b1344ff1f8ce53c398dac936dc94827f77999b8;hb=cd024359dba23dd50e197abf1ed7d70737deb7fd;hp=0febd9740f474aa3db602c743b2274bac3aa4ae9;hpb=aee3cafa7e93f996580777976636ed625dbc43f5;p=cpPlugins.git diff --git a/appli/PipelineEditor/CMakeLists.txt b/appli/PipelineEditor/CMakeLists.txt index 0febd97..4b1344f 100644 --- a/appli/PipelineEditor/CMakeLists.txt +++ b/appli/PipelineEditor/CMakeLists.txt @@ -6,10 +6,12 @@ IF(Qt4_FOUND) ${PROJECT_BINARY_DIR}/lib ) CompileAppFromDir(PipelineEditor ${CMAKE_CURRENT_SOURCE_DIR}) - TARGET_LINK_LIBRARIES( - PipelineEditor - cpBaseQtApplication - ) + IF(BUILD_PipelineEditor) + TARGET_LINK_LIBRARIES( + PipelineEditor + cpBaseQtApplication + ) + ENDIF(BUILD_PipelineEditor) ENDIF(Qt4_FOUND) ## eof - $RCSfile$