diff --git a/src/xmppbot/CMakeLists.txt b/src/xmppbot/CMakeLists.txt new file mode 100644 index 000000000..e593e2e4b --- /dev/null +++ b/src/xmppbot/CMakeLists.txt @@ -0,0 +1,7 @@ +SET( tomahawkHeaders ${tomahawkHeaders} + xmppbot.h +) + +SET( tomahawkSources ${tomahawkSources} + xmppbot.cpp +) \ No newline at end of file