X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;h=c7adb956ac47745b2b6cf1720b0e3f61d9803c15;hp=fe1af92eb1fd049972f5478a70bdcd4cf5617ba1;hb=2c9184c37fc54adb7670ea261a8e34c99a82a285;hpb=8b192b08f3df4ce0e7cc4a08564645c76efa688d diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index fe1af92e..c7adb956 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ -SET(core_SRCS logger.cpp quassel.cpp proxy.cpp core.cpp) -SET(core_HDRS quassel.h proxy.h) -SET(core_MOCS logger.h core.h) +SET(core_SRCS core.cpp coreproxy.cpp server.cpp backlog.cpp) +SET(core_HDRS ) +SET(core_MOCS core.h coreproxy.h server.h backlog.h) QT4_WRAP_CPP(_MOC ${core_MOCS}) ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})