From 0991561c9630fcb89b9666b8d57c2b7ea592fec6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 10:47:12 +0100 Subject: Moved Store to separate file --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index a165820..02335ad 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -33,6 +33,7 @@ set(storage_SRCS storage_lmdb.cpp) set(storage_LIBS lmdb) set(command_SRCS + store.cpp modelresult.cpp definitions.cpp log.cpp @@ -102,6 +103,7 @@ install(TARGETS ${PROJECT_NAME} add_clang_static_analysis(${PROJECT_NAME}) install(FILES + store.h clientapi.h domain/applicationdomaintype.h query.h -- cgit v1.2.3