diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-28 21:00:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-28 21:05:25 +0300 |
commit | 1e5a5016167cbfe8e5013bbbc33f4c8f952c2af7 (patch) | |
tree | 26a9c19330a9a2d7717a726c58132bfc1ce8adb9 /libs/CMakeLists.txt | |
parent | 2fdb1c30fd1136886eab6a570ea1f339a7bfc95b (diff) |
replace libaxolotl by libsignal
(cherry picked from commit 219d1e3fb1c29a0b14b32801baab0abcaae5e7dd)
Diffstat (limited to 'libs/CMakeLists.txt')
-rw-r--r-- | libs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index 006a77b2e4..5a6ea0962b 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(zlib) add_subdirectory(libjson) -add_subdirectory(libaxolotl) +add_subdirectory(libsignal) add_subdirectory(freeimage)
\ No newline at end of file |