aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-20 16:18:35 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-21 13:15:02 +0100
commit487e7f5ef75a5a5a4d732027d0b7705fdffb71ca (patch)
treefce9f8bcca560b00d534297f5dcce1bc658dd012
parent24a562cc64e8fac6c55108ae2b7b6997ecdd2010 (diff)
downloadlibquotient-487e7f5ef75a5a5a4d732027d0b7705fdffb71ca.tar.gz
libquotient-487e7f5ef75a5a5a4d732027d0b7705fdffb71ca.zip
Add event_loader.h to CMakeLists
Another forgotten header file.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2762df6a..7675daad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,6 +147,7 @@ list(APPEND lib_SRCS
lib/accountregistry.h lib/accountregistry.cpp
lib/mxcreply.h lib/mxcreply.cpp
lib/events/event.h lib/events/event.cpp
+ lib/events/eventloader.h
lib/events/roomevent.h lib/events/roomevent.cpp
lib/events/stateevent.h lib/events/stateevent.cpp
lib/events/simplestateevents.h