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