X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FCMakeLists.txt;h=b7d3be82e15d5d006db1904f3beae4030ef20569;hp=1f0effef70846362e8c50460831971eea19b30c7;hb=2039f5e28eeb431e394f1c2468a26218bd926538;hpb=f53a40aa9d3e0f2c1f15191b665780595d52348a diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1f0effef..b7d3be82 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -4,3 +4,4 @@ SET(core_MOCS core.h coreproxy.h coresession.h server.h serverinfo.h sqlitestora QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${core_SRCS} ${_MOC}) +TARGET_LINK_LIBRARIES(core common)