summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-11 16:10:01 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-01-11 16:10:01 +0100
commit091412c472b10ca61ada445c19bf3c95cd4e8e40 (patch)
treeae66dfc69e3c82f6cf42fd98b3cd94f23ad7aa4f /common/CMakeLists.txt
parenta4aeea4322252725165cb62390e880f2861035a6 (diff)
downloadsink-091412c472b10ca61ada445c19bf3c95cd4e8e40.tar.gz
sink-091412c472b10ca61ada445c19bf3c95cd4e8e40.zip
A messagequeue.
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 1a9a812..671d1cd 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -30,6 +30,7 @@ set(command_SRCS
30 resourceaccess.cpp 30 resourceaccess.cpp
31 storage_common.cpp 31 storage_common.cpp
32 threadboundary.cpp 32 threadboundary.cpp
33 messagequeue.cpp
33 ${storage_SRCS}) 34 ${storage_SRCS})
34 35
35add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 36add_library(${PROJECT_NAME} SHARED ${command_SRCS})