Add xxHash library for checksums.
This commit is contained in:
parent
62a396b661
commit
b5c870d677
|
@ -13,3 +13,6 @@
|
|||
[submodule "Telegram/ThirdParty/crl"]
|
||||
path = Telegram/ThirdParty/crl
|
||||
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))
|
||||
* 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))
|
||||
* xxHash ([BSD License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE))
|
||||
|
||||
## Build instructions
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7cc9639699f64b750c0b82333dced9ea77e8436e
|
Loading…
Reference in New Issue