aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-25 14:34:31 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-26 22:52:01 +0100
commit16a0a88b3db9e8c3f1c8ff80139b77a31f2da287 (patch)
treee210b9c7cd0d2cf615d1f1b5cd7f673c027dba4d /CMakeLists.txt
parent5b7032e414899b5f9e8f19aec567eaed5e0fc4c2 (diff)
downloadlibquotient-16a0a88b3db9e8c3f1c8ff80139b77a31f2da287.tar.gz
libquotient-16a0a88b3db9e8c3f1c8ff80139b77a31f2da287.zip
Support for receiving m.reaction events
Continuation of the #341 backport.
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 b2536f1b..8ae97a6c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,6 +98,7 @@ set(libqmatrixclient_SRCS
lib/events/roommemberevent.cpp
lib/events/typingevent.cpp
lib/events/receiptevent.cpp
+ lib/events/reactionevent.cpp
lib/events/callanswerevent.cpp
lib/events/callcandidatesevent.cpp
lib/events/callhangupevent.cpp