diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-08-26 21:36:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 21:36:43 +0200 |
commit | 6d55a2c27852f9285aa1b435a1fd56ba08aa83e5 (patch) | |
tree | f31b2f3e7217302e4dd37e288be6fa6d219401d1 /CMakeLists.txt | |
parent | 6953e55361f600a591c08b9cd287a350230b3ef8 (diff) | |
parent | 8d21c8a6579ad9c63e331ffb42e3ed81b9c73caf (diff) | |
download | libquotient-6d55a2c27852f9285aa1b435a1fd56ba08aa83e5.tar.gz libquotient-6d55a2c27852f9285aa1b435a1fd56ba08aa83e5.zip |
Merge pull request #497 from TobiasFella/accountregistry
Add AccountRegistry
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 49105389..3c6e7548 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,6 +140,7 @@ list(APPEND lib_SRCS lib/util.cpp lib/encryptionmanager.cpp lib/eventitem.cpp + lib/accountregistry.cpp lib/events/event.cpp lib/events/roomevent.cpp lib/events/stateevent.cpp |