mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 17:51:41 -05:00
Add xxHash library for checksums.
This commit is contained in:
parent
62a396b661
commit
b5c870d677
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
||||||
[submodule "Telegram/ThirdParty/crl"]
|
[submodule "Telegram/ThirdParty/crl"]
|
||||||
path = Telegram/ThirdParty/crl
|
path = Telegram/ThirdParty/crl
|
||||||
url = https://github.com/telegramdesktop/crl.git
|
url = https://github.com/telegramdesktop/crl.git
|
||||||
|
[submodule "Telegram/ThirdParty/xxHash"]
|
||||||
|
path = Telegram/ThirdParty/xxHash
|
||||||
|
url = https://github.com/Cyan4973/xxHash.git
|
||||||
|
|
|
@ -39,6 +39,7 @@ The source code is published under GPLv3 with OpenSSL exception, the license is
|
||||||
* Open Sans font ([Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html))
|
* Open Sans font ([Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html))
|
||||||
* Emoji alpha codes ([MIT License](https://github.com/emojione/emojione/blob/master/extras/alpha-codes/LICENSE.md))
|
* Emoji alpha codes ([MIT License](https://github.com/emojione/emojione/blob/master/extras/alpha-codes/LICENSE.md))
|
||||||
* Catch test framework ([Boost License](https://github.com/philsquared/Catch/blob/master/LICENSE.txt))
|
* Catch test framework ([Boost License](https://github.com/philsquared/Catch/blob/master/LICENSE.txt))
|
||||||
|
* xxHash ([BSD License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE))
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
|
|
||||||
|
|
1
Telegram/ThirdParty/xxHash
vendored
Submodule
1
Telegram/ThirdParty/xxHash
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7cc9639699f64b750c0b82333dced9ea77e8436e
|
Loading…
Add table
Reference in a new issue