summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-20 13:34:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-21 09:18:50 +0200
commitda0c37dbad121252effa85941de4d49222176179 (patch)
tree6ea9831e80fc18dcae00cdf2788680bb8f4d1935 /common/CMakeLists.txt
parent0dcc8e2985acbff52c497648e4fbb54e47bf3b51 (diff)
downloadsink-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.txt2
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
80add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 82add_library(${PROJECT_NAME} SHARED ${command_SRCS})