summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-28 20:49:08 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-28 20:49:08 +0200
commitdd86c15b48f33c120c510327569fb1cc3ffa3d45 (patch)
tree22db98990fbfe189ff40f34befa58ffb08287d9a /common/CMakeLists.txt
parente22776a57bd12621358ad7cd98dac3261f2a70db (diff)
downloadsink-dd86c15b48f33c120c510327569fb1cc3ffa3d45.tar.gz
sink-dd86c15b48f33c120c510327569fb1cc3ffa3d45.zip
Moved listener to common
So we can use it in tests as well.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index b242256..7778955 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -24,6 +24,7 @@ set(command_SRCS
24 resource.cpp 24 resource.cpp
25 genericresource.cpp 25 genericresource.cpp
26 resourceaccess.cpp 26 resourceaccess.cpp
27 listener.cpp
27 storage_common.cpp 28 storage_common.cpp
28 threadboundary.cpp 29 threadboundary.cpp
29 messagequeue.cpp 30 messagequeue.cpp