X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=000b772aa6da33bb8fc164a33876a2541d9ba6fd;hb=45645a28bdc5b6c1052b3e4cebf8cc80832d205a;hp=90f64e9a9dfc2f4795d561f241c99db31e0c63ad;hpb=004c48c0d8c943f366b94651e5a75f5e568f8a57;p=quassel.git diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 90f64e9a..000b772a 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 @@ -26,9 +25,12 @@ target_sources(${TARGET} PRIVATE ircchannel.cpp ircevent.cpp irclisthelper.cpp + ircdecoder.cpp + ircencoder.cpp + irctag.cpp + irctags.h ircuser.cpp logger.cpp - logmessage.cpp message.cpp messageevent.cpp network.cpp @@ -64,6 +66,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