diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-28 18:36:11 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-05-28 18:44:32 +0900 |
commit | a677a3443fda9f77e893d448a55e8d0482d3d4b0 (patch) | |
tree | 8b98d946c0a0416c4030630ae26fde0dd8834c1d /CMakeLists.txt | |
parent | baca58ea5c271333038ad13466eeb7acc50ecdde (diff) | |
download | libquotient-a677a3443fda9f77e893d448a55e8d0482d3d4b0.tar.gz libquotient-a677a3443fda9f77e893d448a55e8d0482d3d4b0.zip |
Move out prettyPrint() from Room to util.h
So that it could be used outside of room context.
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 a539c1d6..5f4fe102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ set(libqmatrixclient_SRCS lib/avatar.cpp lib/settings.cpp lib/networksettings.cpp + lib/util.cpp lib/events/event.cpp lib/events/eventcontent.cpp lib/events/roommessageevent.cpp |