diff options
author | Alexey Andreyev <aa13q@ya.ru> | 2019-07-14 03:54:19 +0300 |
---|---|---|
committer | Alexey Andreyev <aa13q@ya.ru> | 2019-07-27 13:33:27 +0300 |
commit | 2737dc00334ad3a56c1b311435dbe84453ee389e (patch) | |
tree | a2c53b90279728fa69cf5726ce8a1b39999a5b01 /CMakeLists.txt | |
parent | f1546e894b2a7550bce3e8d84067968bf5cf7087 (diff) | |
download | libquotient-2737dc00334ad3a56c1b311435dbe84453ee389e.tar.gz libquotient-2737dc00334ad3a56c1b311435dbe84453ee389e.zip |
E2EE: introduce EncryptedEvent
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 19fbdcbe..75314a91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ set(libqmatrixclient_SRCS lib/events/callinviteevent.cpp lib/events/directchatevent.cpp lib/events/encryptionevent.cpp + lib/events/encryptedevent.cpp lib/jobs/requestdata.cpp lib/jobs/basejob.cpp lib/jobs/syncjob.cpp |