X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=0183e8ea86b203c74114d1efe08976e195e95230;hb=47b6ec1790c1c9cb9c8396168e73f1c9f3c764bc;hp=f10db6baea6d6623727d25687114a252a71bebfc;hpb=9b11582dc5062474361432e46838c4e790c21f10;p=cpPlugins.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index f10db6b..0183e8e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -45,6 +45,29 @@ TARGET_LINK_LIBRARIES( CompileLibFromDir(cpBaseQtApplication SHARED cpBaseQtApplication) TARGET_LINK_LIBRARIES(cpBaseQtApplication cpPlugins) +## ==================== +## == Base libraries == +## ==================== + +IF(USE_QT4) + SET( + cpPlugins_BaseLibraries + cp_tinyxml2 + cp_QCustomPlot + cpExtensions + cpPlugins + CACHE INTERNAL "All locally compiled libraries." FORCE + ) +ELSE(USE_QT4) + SET( + cpPlugins_BaseLibraries + cp_tinyxml2 + cpExtensions + cpPlugins + CACHE INTERNAL "All locally compiled libraries." FORCE + ) +ENDIF(USE_QT4) + ## =================================== ## == Libraries to dynamically load == ## ===================================