X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=d6dbf779a39e66529cb0d00c82202593ec9ff3c9;hb=673ded0d543cbdc2cf6e746b6bee7c1d21af8f90;hp=351c40c61a6e6d318ef91e904747d5a9b6b58b16;hpb=8c6448c2e0048389fbac9e2e9daf22b5b050d5b6;p=quassel.git diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 351c40c6..d6dbf779 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -25,6 +25,10 @@ target_sources(${TARGET} PRIVATE ircchannel.cpp ircevent.cpp irclisthelper.cpp + ircdecoder.cpp + ircencoder.cpp + irctag.cpp + irctags.h ircuser.cpp logger.cpp message.cpp @@ -37,6 +41,7 @@ target_sources(${TARGET} PRIVATE peerfactory.cpp presetnetworks.cpp quassel.cpp + proxyline.cpp remotepeer.cpp settings.cpp signalproxy.cpp @@ -62,6 +67,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