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