diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-24 23:38:12 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-24 23:38:12 +0100 |
commit | 9b744da32e64d8a6cd342faba8fc3232884d60f2 (patch) | |
tree | a22558b6c869ba777292d3ce231222408614d5b3 /common/CMakeLists.txt | |
parent | b36ae2d0e0b0ee9865fdc7e628374853d160b55a (diff) | |
download | sink-9b744da32e64d8a6cd342faba8fc3232884d60f2.tar.gz sink-9b744da32e64d8a6cd342faba8fc3232884d60f2.zip |
Uid index + query using that index.
...and a couple of other fixes.
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 6f8fee3..3d3a2b7 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -32,6 +32,7 @@ set(command_SRCS | |||
32 | storage_common.cpp | 32 | storage_common.cpp |
33 | threadboundary.cpp | 33 | threadboundary.cpp |
34 | messagequeue.cpp | 34 | messagequeue.cpp |
35 | index.cpp | ||
35 | ${storage_SRCS}) | 36 | ${storage_SRCS}) |
36 | 37 | ||
37 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 38 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |