summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt3
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
5if (STORAGE_unqlite) 5if (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)
9else (STORAGE_unqlite) 8else (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)