Prepare some changes in the file layout.
[quassel.git] / network / CMakeLists.txt
1 SET(network_SRCS messages.cpp builtin_cmds.cpp builtin_handlers.cpp server.cpp)
2 SET(network_HDRS messages.h)
3 SET(network_MOCS server.h)
4
5 QT4_WRAP_CPP(_MOC ${network_MOCS})
6 ADD_LIBRARY(network ${_MOC} ${network_SRCS} ${network_HDRS})