diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 02335ad..0becad6 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -34,11 +34,12 @@ set(storage_LIBS lmdb) | |||
34 | 34 | ||
35 | set(command_SRCS | 35 | set(command_SRCS |
36 | store.cpp | 36 | store.cpp |
37 | notifier.cpp | ||
38 | resourcecontrol.cpp | ||
37 | modelresult.cpp | 39 | modelresult.cpp |
38 | definitions.cpp | 40 | definitions.cpp |
39 | log.cpp | 41 | log.cpp |
40 | entitybuffer.cpp | 42 | entitybuffer.cpp |
41 | clientapi.cpp | ||
42 | facadefactory.cpp | 43 | facadefactory.cpp |
43 | commands.cpp | 44 | commands.cpp |
44 | facade.cpp | 45 | facade.cpp |
@@ -104,6 +105,8 @@ add_clang_static_analysis(${PROJECT_NAME}) | |||
104 | 105 | ||
105 | install(FILES | 106 | install(FILES |
106 | store.h | 107 | store.h |
108 | notifier.h | ||
109 | resourcecontrol.h | ||
107 | clientapi.h | 110 | clientapi.h |
108 | domain/applicationdomaintype.h | 111 | domain/applicationdomaintype.h |
109 | query.h | 112 | query.h |