X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=f53988d082d16612d9d4918f998507be9c5f3305;hp=90f64e9a9dfc2f4795d561f241c99db31e0c63ad;hb=7c0eb0111b70089f563ee793e2b52036b76ca643;hpb=004c48c0d8c943f366b94651e5a75f5e568f8a57 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 90f64e9a..f53988d0 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,7 +17,6 @@ target_sources(${TARGET} PRIVATE event.cpp eventmanager.cpp expressionmatch.cpp - # expressionmatchtests.cpp funchelpers.h highlightrulemanager.cpp identity.cpp @@ -28,7 +27,6 @@ target_sources(${TARGET} PRIVATE irclisthelper.cpp ircuser.cpp logger.cpp - logmessage.cpp message.cpp messageevent.cpp network.cpp @@ -64,6 +62,7 @@ target_include_directories(${TARGET} PRIVATE ${CMAKE_BINARY_DIR}) target_link_libraries(${TARGET} PUBLIC ${CMAKE_DL_LIBS} + Boost::boost Qt5::Core Qt5::Network ZLIB::ZLIB