summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt2
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)
33set(storage_LIBS lmdb) 33set(storage_LIBS lmdb)
34 34
35set(command_SRCS 35set(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}
102add_clang_static_analysis(${PROJECT_NAME}) 103add_clang_static_analysis(${PROJECT_NAME})
103 104
104install(FILES 105install(FILES
106 store.h
105 clientapi.h 107 clientapi.h
106 domain/applicationdomaintype.h 108 domain/applicationdomaintype.h
107 query.h 109 query.h