diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-07 10:08:07 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-11 01:07:08 +0100 |
commit | 9ee8378d393778ac67314be7ea8d5bcbaeee9ee0 (patch) | |
tree | cf93471a69f9f4bbb4940de55ae134106fcd8380 /common/CMakeLists.txt | |
parent | ee6f068dff6b15441e553ffbfb2bf8aa97b26f57 (diff) | |
download | sink-9ee8378d393778ac67314be7ea8d5bcbaeee9ee0.tar.gz sink-9ee8378d393778ac67314be7ea8d5bcbaeee9ee0.zip |
try out unqlite
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 2fef5f6..3baf6b6 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -2,9 +2,8 @@ project(akonadi2common) | |||
2 | generate_flatbuffers(commands/handshake | 2 | generate_flatbuffers(commands/handshake |
3 | commands/revisionupdate) | 3 | commands/revisionupdate) |
4 | 4 | ||
5 | if (STORAGE_KYOTO) | 5 | if (STORAGE_unqlite) |
6 | set(storage_SRCS storage_kyoto.cpp) | 6 | set(storage_SRCS storage_unqlite.cpp unqlite/*c) |
7 | set(storage_LIBS kyotocabinet) | ||
8 | else (STORAGE_KYOTO) | 7 | else (STORAGE_KYOTO) |
9 | set(storage_SRCS storage_lmdb.cpp) | 8 | set(storage_SRCS storage_lmdb.cpp) |
10 | set(storage_LIBS lmdb) | 9 | set(storage_LIBS lmdb) |