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