diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b4a4703..e56ece9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -12,10 +12,10 @@ else (STORAGE_unqlite) | |||
12 | endif (STORAGE_unqlite) | 12 | endif (STORAGE_unqlite) |
13 | 13 | ||
14 | set(command_SRCS | 14 | set(command_SRCS |
15 | modelresult.cpp | ||
15 | definitions.cpp | 16 | definitions.cpp |
16 | log.cpp | 17 | log.cpp |
17 | entitybuffer.cpp | 18 | entitybuffer.cpp |
18 | entitystorage.cpp | ||
19 | clientapi.cpp | 19 | clientapi.cpp |
20 | facadefactory.cpp | 20 | facadefactory.cpp |
21 | commands.cpp | 21 | commands.cpp |
@@ -26,6 +26,7 @@ set(command_SRCS | |||
26 | resource.cpp | 26 | resource.cpp |
27 | genericresource.cpp | 27 | genericresource.cpp |
28 | resourceaccess.cpp | 28 | resourceaccess.cpp |
29 | queryrunner.cpp | ||
29 | listener.cpp | 30 | listener.cpp |
30 | storage_common.cpp | 31 | storage_common.cpp |
31 | threadboundary.cpp | 32 | threadboundary.cpp |
@@ -36,6 +37,7 @@ set(command_SRCS | |||
36 | domain/applicationdomaintype.cpp | 37 | domain/applicationdomaintype.cpp |
37 | domain/event.cpp | 38 | domain/event.cpp |
38 | domain/mail.cpp | 39 | domain/mail.cpp |
40 | domain/folder.cpp | ||
39 | ${storage_SRCS}) | 41 | ${storage_SRCS}) |
40 | 42 | ||
41 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) | 43 | add_library(${PROJECT_NAME} SHARED ${command_SRCS}) |
@@ -55,6 +57,8 @@ generate_flatbuffers( | |||
55 | commands/revisionreplayed | 57 | commands/revisionreplayed |
56 | domain/event | 58 | domain/event |
57 | domain/mail | 59 | domain/mail |
60 | domain/folder | ||
61 | domain/dummy | ||
58 | entity | 62 | entity |
59 | metadata | 63 | metadata |
60 | queuedcommand | 64 | queuedcommand |
@@ -70,12 +74,6 @@ install(FILES | |||
70 | clientapi.h | 74 | clientapi.h |
71 | domain/applicationdomaintype.h | 75 | domain/applicationdomaintype.h |
72 | query.h | 76 | query.h |
73 | threadboundary.h | ||
74 | resultprovider.h | ||
75 | facadefactory.h | ||
76 | log.h | ||
77 | listmodelresult.h | ||
78 | bufferadaptor.h | 77 | bufferadaptor.h |
79 | facadeinterface.h | ||
80 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel | 78 | DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel |
81 | ) | 79 | ) |