diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-10 20:03:45 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-10 20:03:45 +0300 |
commit | 626c68091126f84819091840a011c50e26dcbd8d (patch) | |
tree | 132afdb12f858a6a2a20e00e0c2a0417caf4ae13 /CMakeLists.txt | |
parent | Migrate to mtxclient for the http calls (diff) | |
download | nheko-626c68091126f84819091840a011c50e26dcbd8d.tar.xz |
Add support for displaying decrypted messages
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 eedf9a69..ef20be39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,7 @@ set(SRC_FILES src/MainWindow.cc src/MatrixClient.cc src/QuickSwitcher.cc + src/Olm.cpp src/RegisterPage.cc src/RoomInfoListItem.cc src/RoomList.cc |