diff options
author | Alexey Andreyev <aa13q@ya.ru> | 2019-08-23 13:23:42 +0300 |
---|---|---|
committer | Alexey Andreev <aa13q@ya.ru> | 2020-02-25 17:27:40 +0300 |
commit | 60c0f079f0366e501de6658b5fb56ec905da0c31 (patch) | |
tree | b3dd380efc24449af15a47c1c1206a9960cee343 /CMakeLists.txt | |
parent | 2de9cb11b4157eebacc3906df79a8d6d4fb43651 (diff) | |
download | libquotient-60c0f079f0366e501de6658b5fb56ec905da0c31.tar.gz libquotient-60c0f079f0366e501de6658b5fb56ec905da0c31.zip |
E2EE: introduce RoomKeyEvent
Signed-off-by: Alexey Andreev <aa13q@ya.ru>
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 9fbf3a9b..9fc1ee6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,6 +159,7 @@ set(lib_SRCS lib/events/directchatevent.cpp lib/events/encryptionevent.cpp lib/events/encryptedevent.cpp + lib/events/roomkeyevent.cpp lib/jobs/requestdata.cpp lib/jobs/basejob.cpp lib/jobs/syncjob.cpp |