summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index b4a4703..f24ec46 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -36,6 +36,7 @@ set(command_SRCS
36 domain/applicationdomaintype.cpp 36 domain/applicationdomaintype.cpp
37 domain/event.cpp 37 domain/event.cpp
38 domain/mail.cpp 38 domain/mail.cpp
39 domain/folder.cpp
39 ${storage_SRCS}) 40 ${storage_SRCS})
40 41
41add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 42add_library(${PROJECT_NAME} SHARED ${command_SRCS})
@@ -55,6 +56,8 @@ generate_flatbuffers(
55 commands/revisionreplayed 56 commands/revisionreplayed
56 domain/event 57 domain/event
57 domain/mail 58 domain/mail
59 domain/folder
60 domain/dummy
58 entity 61 entity
59 metadata 62 metadata
60 queuedcommand 63 queuedcommand