We have a working message parser now, and a framework for handler functions!
[quassel.git] / network / CMakeLists.txt
1 SET(network_SRCS message.cpp builtin_cmds.cpp builtin_handlers.cpp server.cpp)
2 SET(network_HDRS message.h cmdcodes.h)
3 SET(network_MOCS server.h)
4
5 QT4_WRAP_CPP(_MOC ${network_MOCS})
6 ADD_LIBRARY(network ${_MOC} ${network_SRCS} ${network_HDRS})