X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;h=c7adb956ac47745b2b6cf1720b0e3f61d9803c15;hp=484f994cc89f2ce06b583b0f47227ef64895126d;hb=c708edbf883dc3ee9604f4c72b37304424b8c4c4;hpb=d6a96a47a3964b9c0b1ea2413601d70d0d327413 diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 484f994c..c7adb956 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS core.cpp coreproxy.cpp server.cpp) +SET(core_SRCS core.cpp coreproxy.cpp server.cpp backlog.cpp) SET(core_HDRS ) -SET(core_MOCS core.h coreproxy.h server.h) +SET(core_MOCS core.h coreproxy.h server.h backlog.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})