diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-09-17 19:31:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 19:31:10 +0900 |
commit | 9fb5fd1181fc74a040630df333a20ddd29cd7b28 (patch) | |
tree | 9039428087b19dab2553e23818b04222d79ff3e2 /CMakeLists.txt | |
parent | eac9bfcb9aaf4426d16b47d7b2128a9fad68de70 (diff) | |
parent | c1a3dd719b735f7f77306d92baf5923df4fb0b10 (diff) | |
download | libquotient-9fb5fd1181fc74a040630df333a20ddd29cd7b28.tar.gz libquotient-9fb5fd1181fc74a040630df333a20ddd29cd7b28.zip |
Merge pull request #244 from delijati/master
Updated voip pull request #110
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index be1541ac..48c99715 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,6 +89,10 @@ set(libqmatrixclient_SRCS lib/events/roommemberevent.cpp lib/events/typingevent.cpp lib/events/receiptevent.cpp + lib/events/callanswerevent.cpp + lib/events/callcandidatesevent.cpp + lib/events/callhangupevent.cpp + lib/events/callinviteevent.cpp lib/events/directchatevent.cpp lib/jobs/requestdata.cpp lib/jobs/basejob.cpp |