X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;h=484f994cc89f2ce06b583b0f47227ef64895126d;hp=bde1fb02bc39f09ab12f53ae9cb981ffea4473eb;hb=d6a96a47a3964b9c0b1ea2413601d70d0d327413;hpb=959e81d7ff35673870505331c012107cf67a5ab9 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})