From df8625345bb48a96a0561e4e7f0e193e380475f7 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 27 Jun 2019 11:01:27 +0200 Subject: [PATCH] Add lz4 as a submodule. --- .gitmodules | 3 +++ Telegram/ThirdParty/lz4 | 1 + 2 files changed, 4 insertions(+) create mode 160000 Telegram/ThirdParty/lz4 diff --git a/.gitmodules b/.gitmodules index 485f4dbd7f..e292cfd381 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "Telegram/ThirdParty/rlottie"] path = Telegram/ThirdParty/rlottie url = https://github.com/john-preston/rlottie +[submodule "Telegram/ThirdParty/lz4"] + path = Telegram/ThirdParty/lz4 + url = https://github.com/lz4/lz4.git diff --git a/Telegram/ThirdParty/lz4 b/Telegram/ThirdParty/lz4 new file mode 160000 index 0000000000..9a2a9f2d0f --- /dev/null +++ b/Telegram/ThirdParty/lz4 @@ -0,0 +1 @@ +Subproject commit 9a2a9f2d0f38a39c5ec9b329042ca5f060b058e0