X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;h=bde1fb02bc39f09ab12f53ae9cb981ffea4473eb;hp=c2fa0b62200aeb24558a32cdd3cbe08e9d84ae57;hb=04e21ce26ebabdde9586ca9d2a3168431e448df5;hpb=33c58d75d27a8f72492cb71adbc43bf75281718c diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index c2fa0b62..bde1fb02 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS logger.cpp quassel.cpp core.cpp) +SET(core_SRCS core.cpp coreproxy.cpp) SET(core_HDRS ) -SET(core_MOCS logger.h core.h quassel.h) +SET(core_MOCS core.h coreproxy.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})