diff options
author | Sandro Knauß <sknauss@kde.org> | 2017-01-11 13:06:55 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2017-01-30 10:58:20 +0100 |
commit | bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7 (patch) | |
tree | ee27923e8bf1fa51a75599beaff7e005368180e0 /common/CMakeLists.txt | |
parent | 17d8b00ae32e2b1522c5dce6719566e4fbe3357e (diff) | |
download | sink-bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7.tar.gz sink-bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7.zip |
Add Contact as new domain type
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 934d328..676342d 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -61,6 +61,7 @@ set(command_SRCS | |||
61 | configstore.cpp | 61 | configstore.cpp |
62 | resultset.cpp | 62 | resultset.cpp |
63 | domain/applicationdomaintype.cpp | 63 | domain/applicationdomaintype.cpp |
64 | domain/contact.cpp | ||
64 | domain/event.cpp | 65 | domain/event.cpp |
65 | domain/mail.cpp | 66 | domain/mail.cpp |
66 | domain/folder.cpp | 67 | domain/folder.cpp |
@@ -97,6 +98,7 @@ generate_flatbuffers( | |||
97 | commands/revisionreplayed | 98 | commands/revisionreplayed |
98 | commands/inspection | 99 | commands/inspection |
99 | commands/flush | 100 | commands/flush |
101 | domain/contact | ||
100 | domain/event | 102 | domain/event |
101 | domain/mail | 103 | domain/mail |
102 | domain/folder | 104 | domain/folder |