aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-31 17:33:31 +0900
committerGitHub <noreply@github.com>2019-07-31 17:33:31 +0900
commitf5083ee71e6fad9f28c4b835899f3ad574b426f1 (patch)
tree32039492751db53d89188a403f112e6c3e068af4 /CMakeLists.txt
parent0df1cdcf40fd639f039f0c0e7165c8c40f6efd79 (diff)
parent2737dc00334ad3a56c1b311435dbe84453ee389e (diff)
downloadlibquotient-f5083ee71e6fad9f28c4b835899f3ad574b426f1.tar.gz
libquotient-f5083ee71e6fad9f28c4b835899f3ad574b426f1.zip
Merge pull request #335 from quotient-im/aa13q-e2ee-encrypted-msg
E2EE: introduce EncryptedEvent
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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