X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=core%2FCMakeLists.txt;h=fa1e53eae7921d414168cb55b81edd76691e1183;hb=26586e615ffe42bb2b1b307ed1324a6e3051f5da;hp=2d5a7061d18ba12af624886a780ba1e3c60fcdaf;hpb=e368a1672c4f917bfa6adb52dae3b5ebfcd0db18;p=quassel.git diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 2d5a7061..fa1e53ea 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS core.cpp) +SET(core_SRCS core.cpp coreproxy.cpp server.cpp backlog.cpp storage.cpp sqlitestorage.cpp) SET(core_HDRS ) -SET(core_MOCS core.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})