diff options
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}) |