diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-14 12:30:27 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:14:45 +0100 |
commit | 91601deb844848dc02959679fd41e1441a76aff4 (patch) | |
tree | 08e6ef886151b44d19ac0dbf045cf8f9c641f422 /common/CMakeLists.txt | |
parent | 8618af7252260e1c283de20bc4cfd64d63b68770 (diff) | |
download | sink-91601deb844848dc02959679fd41e1441a76aff4.tar.gz sink-91601deb844848dc02959679fd41e1441a76aff4.zip |
the all-in-one-file version of unqlite
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a2fd57a..d1b1c34 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -4,8 +4,7 @@ generate_flatbuffers(commands/handshake | |||
4 | 4 | ||
5 | if (STORAGE_unqlite) | 5 | if (STORAGE_unqlite) |
6 | add_definitions(-DUNQLITE_ENABLE_THREADS) | 6 | add_definitions(-DUNQLITE_ENABLE_THREADS) |
7 | file(GLOB storage_SRCS unqlite/*c) | 7 | set(storage_SRCS unqlite/unqlite.c storage_unqlite.cpp) |
8 | set(storage_SRCS ${storage_SRCS} storage_unqlite.cpp) | ||
9 | else (STORAGE_unqlite) | 8 | else (STORAGE_unqlite) |
10 | set(storage_SRCS storage_lmdb.cpp) | 9 | set(storage_SRCS storage_lmdb.cpp) |
11 | set(storage_LIBS lmdb) | 10 | set(storage_LIBS lmdb) |