From da0c37dbad121252effa85941de4d49222176179 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 20 Oct 2016 13:34:38 +0200 Subject: A new indexer subsystem that can be used for indexes that are more complex than a simple key-value pair. --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') 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 specialpurposepreprocessor.cpp datastorequery.cpp storage/entitystore.cpp + indexer.cpp + mail/threadindexer.cpp ${storage_SRCS}) add_library(${PROJECT_NAME} SHARED ${command_SRCS}) -- cgit v1.2.3