diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 10:47:12 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-10 10:47:12 +0100 |
commit | 0991561c9630fcb89b9666b8d57c2b7ea592fec6 (patch) | |
tree | 66e12af97c055a62fc15ef1946e3bb166d4c55bf /common/CMakeLists.txt | |
parent | c1c336a9064557bb987c30582bce84bab3f869bc (diff) | |
download | sink-0991561c9630fcb89b9666b8d57c2b7ea592fec6.tar.gz sink-0991561c9630fcb89b9666b8d57c2b7ea592fec6.zip |
Moved Store to separate file
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) | |||
33 | set(storage_LIBS lmdb) | 33 | set(storage_LIBS lmdb) |
34 | 34 | ||
35 | set(command_SRCS | 35 | set(command_SRCS |
36 | store.cpp | ||
36 | modelresult.cpp | 37 | modelresult.cpp |
37 | definitions.cpp | 38 | definitions.cpp |
38 | log.cpp | 39 | log.cpp |
@@ -102,6 +103,7 @@ install(TARGETS ${PROJECT_NAME} | |||
102 | add_clang_static_analysis(${PROJECT_NAME}) | 103 | add_clang_static_analysis(${PROJECT_NAME}) |
103 | 104 | ||
104 | install(FILES | 105 | install(FILES |
106 | store.h | ||
105 | clientapi.h | 107 | clientapi.h |
106 | domain/applicationdomaintype.h | 108 | domain/applicationdomaintype.h |
107 | query.h | 109 | query.h |