From e16589dd555410d9fd1a5df50ff7bf410e3dd599 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Mon, 21 Feb 2011 16:46:40 +0100 Subject: [PATCH] I will check it twice --- src/xmppbot/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/xmppbot/CMakeLists.txt 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