X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=f1dc2f93cad4b60cdd8550d5fee9e4fccc180abd;hp=d45a4adb764adacc2d34a153a5a2ce416457a179;hb=9ad83fb2c64caf43b3f565cc79def6d43d30a5c1;hpb=9c6f27c7bf7cb9dee234383ed9347c077aa2bce9 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index d45a4adb..f1dc2f93 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -12,6 +12,7 @@ set(SOURCES bufferviewconfig.cpp bufferviewmanager.cpp cliparser.cpp + compressor.cpp coreinfo.cpp ctcpevent.cpp event.cpp @@ -40,6 +41,7 @@ set(SOURCES transfermanager.cpp util.cpp + protocols/datastream/datastreampeer.cpp protocols/legacy/legacypeer.cpp ) @@ -51,6 +53,7 @@ set(MOC_HDRS buffersyncer.h bufferviewconfig.h bufferviewmanager.h + compressor.h coreinfo.h eventmanager.h identity.h @@ -70,6 +73,7 @@ set(MOC_HDRS transfer.h transfermanager.h + protocols/datastream/datastreampeer.h protocols/legacy/legacypeer.h )