diff options
author | Minijackson <minijackson@riseup.net> | 2018-06-26 14:10:30 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-07-04 15:37:14 +0200 |
commit | c90ba4a98292a39eb0b3df12fd7e2dec0300e58d (patch) | |
tree | 0c0c252087e6d8ccf31ba521ea76a7153032f20d /common/CMakeLists.txt | |
parent | 922e0979e2c27ff8dbc765ae151d17c7815b98a0 (diff) | |
download | sink-c90ba4a98292a39eb0b3df12fd7e2dec0300e58d.tar.gz sink-c90ba4a98292a39eb0b3df12fd7e2dec0300e58d.zip |
Move Key API into own files + some 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 970990f..7c4630b 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -73,6 +73,7 @@ add_library(${PROJECT_NAME} SHARED | |||
73 | specialpurposepreprocessor.cpp | 73 | specialpurposepreprocessor.cpp |
74 | datastorequery.cpp | 74 | datastorequery.cpp |
75 | storage/entitystore.cpp | 75 | storage/entitystore.cpp |
76 | storage/key.cpp | ||
76 | indexer.cpp | 77 | indexer.cpp |
77 | mail/threadindexer.cpp | 78 | mail/threadindexer.cpp |
78 | mail/fulltextindexer.cpp | 79 | mail/fulltextindexer.cpp |