X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=fe1d4f977c4f30c3fbb41910c09f74ad951ef9f1;hp=9c273e645dd7cbb981b52c2888d3d0027395fafd;hb=1cc49e5bd7542366995f501adf60da4ad90869e2;hpb=ff81aaec156b8dc2e12f49286fd69e55f215af29 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 9c273e64..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 @@ -60,10 +70,11 @@ set(HEADERS ${MOC_HDRS} ctcpevent.h event.h ircevent.h - networkevent.h messageevent.h + networkevent.h logger.h message.h + protocol.h types.h util.h) @@ -87,7 +98,7 @@ endif(NOT WITH_QT5) set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES version.gen) -add_library(mod_common STATIC ${SOURCES} ${MOC}) +add_library(mod_common STATIC ${SOURCES} ${HEADERS} ${MOC}) set_target_properties(mod_common PROPERTIES COMPILE_FLAGS "${QUASSEL_QT_COMPILEFLAGS}") if(APPLE)