From 9ee8378d393778ac67314be7ea8d5bcbaeee9ee0 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 7 Dec 2014 10:08:07 +0100 Subject: try out unqlite --- common/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common/CMakeLists.txt') 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) generate_flatbuffers(commands/handshake commands/revisionupdate) -if (STORAGE_KYOTO) - set(storage_SRCS storage_kyoto.cpp) - set(storage_LIBS kyotocabinet) +if (STORAGE_unqlite) + set(storage_SRCS storage_unqlite.cpp unqlite/*c) else (STORAGE_KYOTO) set(storage_SRCS storage_lmdb.cpp) set(storage_LIBS lmdb) -- cgit v1.2.3