X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=core%2FCMakeLists.txt;h=fa1e53eae7921d414168cb55b81edd76691e1183;hb=a19a2f6e05b831aac9e85d21fbfc424aabb7a04e;hp=bde1fb02bc39f09ab12f53ae9cb981ffea4473eb;hpb=31d998779868a1b572972168b2e813893d70ab90;p=quassel.git diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index bde1fb02..fa1e53ea 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS core.cpp coreproxy.cpp) +SET(core_SRCS core.cpp coreproxy.cpp server.cpp backlog.cpp storage.cpp sqlitestorage.cpp) SET(core_HDRS ) -SET(core_MOCS core.h coreproxy.h) +SET(core_MOCS core.h coreproxy.h server.h backlog.h storage.h sqlitestorage.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})