diff options
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 |