diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-26 19:14:34 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-26 22:52:01 +0100 |
commit | 123d58fc3c29d8e9adbb5b654df53d5cbb0a32fa (patch) | |
tree | b395f17139b0e7de576670e347138059600e4440 /CMakeLists.txt | |
parent | 1b5d6216beddd17c820240dd4bdeaf9c47624cf6 (diff) | |
download | libquotient-123d58fc3c29d8e9adbb5b654df53d5cbb0a32fa.tar.gz libquotient-123d58fc3c29d8e9adbb5b654df53d5cbb0a32fa.zip |
SsoSession and Connection::prepareForSso()
Final part of #388 backport.
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 8ae97a6c..ebde5186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,7 @@ set(libqmatrixclient_SRCS lib/networkaccessmanager.cpp lib/connectiondata.cpp lib/connection.cpp + lib/ssosession.cpp lib/logging.cpp lib/room.cpp lib/user.cpp |