diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-11 16:10:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-11 16:10:01 +0100 |
commit | 091412c472b10ca61ada445c19bf3c95cd4e8e40 (patch) | |
tree | ae66dfc69e3c82f6cf42fd98b3cd94f23ad7aa4f /common/CMakeLists.txt | |
parent | a4aeea4322252725165cb62390e880f2861035a6 (diff) | |
download | sink-091412c472b10ca61ada445c19bf3c95cd4e8e40.tar.gz sink-091412c472b10ca61ada445c19bf3c95cd4e8e40.zip |
A messagequeue.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 1 |
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 | ||
35 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 36 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |