X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=fe1d4f977c4f30c3fbb41910c09f74ad951ef9f1;hp=2ddd926b4894ff53101ad31205ef20cf75a47c2f;hb=1cc49e5bd7542366995f501adf60da4ad90869e2;hpb=5c6de1b6613a99791be660bb19df18e3da507cd7 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2ddd926b..fe1d4f97 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -17,6 +17,7 @@ set(SOURCES eventmanager.cpp identity.cpp ignorelistmanager.cpp + internalpeer.cpp ircchannel.cpp ircevent.cpp irclisthelper.cpp @@ -28,10 +29,14 @@ set(SOURCES networkconfig.cpp networkevent.cpp quassel.cpp + remotepeer.cpp settings.cpp signalproxy.cpp syncableobject.cpp - util.cpp) + util.cpp + + protocols/legacy/legacypeer.cpp +) set(MOC_HDRS aliasmanager.h @@ -44,14 +49,19 @@ set(MOC_HDRS eventmanager.h identity.h ignorelistmanager.h + internalpeer.h ircchannel.h irclisthelper.h ircuser.h network.h networkconfig.h + remotepeer.h settings.h signalproxy.h - syncableobject.h) + syncableobject.h + + protocols/legacy/legacypeer.h +) set(HEADERS ${MOC_HDRS} abstractcliparser.h @@ -64,6 +74,7 @@ set(HEADERS ${MOC_HDRS} networkevent.h logger.h message.h + protocol.h types.h util.h)