diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-02-18 08:15:04 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-02-18 08:15:04 +0900 |
commit | 23008cac0c351d2e30583c53456394bbd4d14c5a (patch) | |
tree | b69e672238703a20c03052e7dbad9e789e0cc78c /CMakeLists.txt | |
parent | 3285850731022773c45621509205b9e8cd790282 (diff) | |
parent | 9ef28a3b43dc576716ace005e300b43c3af74b9f (diff) | |
download | libquotient-23008cac0c351d2e30583c53456394bbd4d14c5a.tar.gz libquotient-23008cac0c351d2e30583c53456394bbd4d14c5a.zip |
Merge branch 'kitsune-room-versions'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9729811b..d2d8c218 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,8 @@ set(libqmatrixclient_SRCS lib/events/roomevent.cpp lib/events/stateevent.cpp lib/events/eventcontent.cpp + lib/events/roomcreateevent.cpp + lib/events/roomtombstoneevent.cpp lib/events/roommessageevent.cpp lib/events/roommemberevent.cpp lib/events/typingevent.cpp |