X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=core%2FCMakeLists.txt;fp=core%2FCMakeLists.txt;h=71f620c2ac32d078f5253fcc74bb2b240986db05;hp=0000000000000000000000000000000000000000;hb=294db46231ea91d70fff258b884fb9c5d8c806bf;hpb=2926388f68e888b89796521fb63f0469d6f05b45 diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt new file mode 100644 index 00000000..71f620c2 --- /dev/null +++ b/core/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(core_SRCS logger.cpp quassel.cpp) +SET(core_HDRS quassel.h) +SET(core_MOCS logger.h) + +QT4_WRAP_CPP(_MOC ${core_MOCS}) +ADD_LIBRARY(core ${_MOC} ${core_SRCS} ${core_HDRS})