diff options
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b5275e0..a10f84f 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -62,6 +62,7 @@ set(command_SRCS | |||
62 | domain/propertyregistry.cpp | 62 | domain/propertyregistry.cpp |
63 | domain/applicationdomaintype.cpp | 63 | domain/applicationdomaintype.cpp |
64 | domain/contact.cpp | 64 | domain/contact.cpp |
65 | domain/addressbook.cpp | ||
65 | domain/event.cpp | 66 | domain/event.cpp |
66 | domain/mail.cpp | 67 | domain/mail.cpp |
67 | domain/folder.cpp | 68 | domain/folder.cpp |
@@ -101,6 +102,7 @@ generate_flatbuffers( | |||
101 | commands/inspection | 102 | commands/inspection |
102 | commands/flush | 103 | commands/flush |
103 | domain/contact | 104 | domain/contact |
105 | domain/addressbook | ||
104 | domain/event | 106 | domain/event |
105 | domain/mail | 107 | domain/mail |
106 | domain/folder | 108 | domain/folder |