diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-26 18:59:53 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-26 18:59:53 +0100 |
commit | fc7052f0970465d41dfd67c7e5db080498fd060f (patch) | |
tree | e953b25d3d6032fc5e00623e2466e67c042ae73d /common/CMakeLists.txt | |
parent | 010afd20f7c278a52536f5c37d0ade13b3017e69 (diff) | |
parent | 94385710e45c6289809934aecaffe793ad2f6369 (diff) | |
download | sink-fc7052f0970465d41dfd67c7e5db080498fd060f.tar.gz sink-fc7052f0970465d41dfd67c7e5db080498fd060f.zip |
Merge branch 'feature/remove_unqlite' into develop
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 8312f13..f07772a 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -3,13 +3,8 @@ include_directories(domain) | |||
3 | 3 | ||
4 | project(akonadi2common) | 4 | project(akonadi2common) |
5 | 5 | ||
6 | if (STORAGE_unqlite) | 6 | set(storage_SRCS storage_lmdb.cpp) |
7 | add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) | 7 | set(storage_LIBS lmdb) |
8 | set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) | ||
9 | else (STORAGE_unqlite) | ||
10 | set(storage_SRCS storage_lmdb.cpp) | ||
11 | set(storage_LIBS lmdb) | ||
12 | endif (STORAGE_unqlite) | ||
13 | 8 | ||
14 | set(command_SRCS | 9 | set(command_SRCS |
15 | modelresult.cpp | 10 | modelresult.cpp |