X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=core%2FCMakeLists.txt;h=484f994cc89f2ce06b583b0f47227ef64895126d;hb=c69e4d8146bb92a61cc5d43cbb71cb1912567bee;hp=bde1fb02bc39f09ab12f53ae9cb981ffea4473eb;hpb=31d998779868a1b572972168b2e813893d70ab90;p=quassel.git diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index bde1fb02..484f994c 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) SET(core_HDRS ) -SET(core_MOCS core.h coreproxy.h) +SET(core_MOCS core.h coreproxy.h server.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})