summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-07 10:08:07 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:07:08 +0100
commit9ee8378d393778ac67314be7ea8d5bcbaeee9ee0 (patch)
treecf93471a69f9f4bbb4940de55ae134106fcd8380 /common/CMakeLists.txt
parentee6f068dff6b15441e553ffbfb2bf8aa97b26f57 (diff)
downloadsink-9ee8378d393778ac67314be7ea8d5bcbaeee9ee0.tar.gz
sink-9ee8378d393778ac67314be7ea8d5bcbaeee9ee0.zip
try out unqlite
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt5
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)
2generate_flatbuffers(commands/handshake 2generate_flatbuffers(commands/handshake
3 commands/revisionupdate) 3 commands/revisionupdate)
4 4
5if (STORAGE_KYOTO) 5if (STORAGE_unqlite)
6 set(storage_SRCS storage_kyoto.cpp) 6 set(storage_SRCS storage_unqlite.cpp unqlite/*c)
7 set(storage_LIBS kyotocabinet)
8else (STORAGE_KYOTO) 7else (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)