X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=4d6f6008aaa6118172437146268925cf4f505349;hb=49d2d7db538d60008b9a5701ea8f26bb19997a82;hp=e149793dd3ee113f6f813e0a4ad3bfddacb58443;hpb=65e11480407fe343b2b56098257e0bb837f75df3;p=cpPlugins.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e149793..4d6f600 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -8,7 +8,9 @@ IF(USE_QT4) TARGET_LINK_LIBRARIES(cp_QCustomPlot ${QT_LIBRARIES}) ENDIF(USE_QT4) CompileLibFromDir(cpExtensions SHARED cpExtensions) -TARGET_LINK_LIBRARIES(cpExtensions ${QT_LIBRARIES} ${ITK_LIBRARIES} ${VTK_LIBRARIES}) +TARGET_LINK_LIBRARIES( + cpExtensions ${QT_LIBRARIES} ${ITK_LIBRARIES} ${VTK_LIBRARIES} + ) ## =============== ## == Instances == @@ -36,6 +38,13 @@ TARGET_LINK_LIBRARIES( ${cpPlugins_Instances} ) +## ========================= +## == Even more libraries == +## ========================= + +CompileLibFromDir(cpBaseQtApplication SHARED cpBaseQtApplication) +TARGET_LINK_LIBRARIES(cpBaseQtApplication cpPlugins) + ## =================================== ## == Libraries to dynamically load == ## ===================================