X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=network%2FCMakeLists.txt;fp=network%2FCMakeLists.txt;h=d8f9219fbfca0c9989d744edd812a55ca5106f30;hp=0000000000000000000000000000000000000000;hb=46ec32173bb8e4fac0b6a161f9cce875875159a5;hpb=a975272aca8f0deb25c395532b189141979304e5 diff --git a/network/CMakeLists.txt b/network/CMakeLists.txt new file mode 100644 index 00000000..d8f9219f --- /dev/null +++ b/network/CMakeLists.txt @@ -0,0 +1,6 @@ +SET(network_SRCS messages.cpp builtin_cmds.cpp builtin_handlers.cpp server.cpp) +SET(network_HDRS messages.h server.h) +SET(network_MOCS ) + +QT4_WRAP_CPP(_MOC ${network_MOCS}) +ADD_LIBRARY(network ${_MOC} ${network_SRCS} ${network_HDRS})