diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-20 13:34:38 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:50 +0200 |
commit | da0c37dbad121252effa85941de4d49222176179 (patch) | |
tree | 6ea9831e80fc18dcae00cdf2788680bb8f4d1935 /common/CMakeLists.txt | |
parent | 0dcc8e2985acbff52c497648e4fbb54e47bf3b51 (diff) | |
download | sink-da0c37dbad121252effa85941de4d49222176179.tar.gz sink-da0c37dbad121252effa85941de4d49222176179.zip |
A new indexer subsystem that can be used for indexes that are more
complex than a simple key-value pair.
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e329d93..b5efb62 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -75,6 +75,8 @@ set(command_SRCS | |||
75 | specialpurposepreprocessor.cpp | 75 | specialpurposepreprocessor.cpp |
76 | datastorequery.cpp | 76 | datastorequery.cpp |
77 | storage/entitystore.cpp | 77 | storage/entitystore.cpp |
78 | indexer.cpp | ||
79 | mail/threadindexer.cpp | ||
78 | ${storage_SRCS}) | 80 | ${storage_SRCS}) |
79 | 81 | ||
80 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 82 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |