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 2f779b5..25ea667 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -34,6 +34,7 @@ set(command_SRCS
34 resourceconfig.cpp 34 resourceconfig.cpp
35 domain/applicationdomaintype.cpp 35 domain/applicationdomaintype.cpp
36 domain/event.cpp 36 domain/event.cpp
37 domain/mail.cpp
37 ${storage_SRCS}) 38 ${storage_SRCS})
38 39
39add_library(${PROJECT_NAME} SHARED ${command_SRCS}) 40add_library(${PROJECT_NAME} SHARED ${command_SRCS})
@@ -51,6 +52,7 @@ generate_flatbuffers(
51 commands/synchronize 52 commands/synchronize
52 commands/notification 53 commands/notification
53 domain/event 54 domain/event
55 domain/mail
54 entity 56 entity
55 metadata 57 metadata
56 queuedcommand 58 queuedcommand