mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
✨ xxhash made submodule
This commit is contained in:
parent
de694c6ebd
commit
a00a98298a
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
||||||
[submodule "drogon"]
|
[submodule "drogon"]
|
||||||
path = third_party/drogon
|
path = third_party/drogon
|
||||||
url = https://github.com/an-tao/drogon
|
url = https://github.com/an-tao/drogon
|
||||||
|
[submodule "third_party/xxHash"]
|
||||||
|
path = third_party/xxHash
|
||||||
|
url = https://github.com/Cyan4973/xxHash
|
||||||
|
|
|
||||||
1
third_party/xxHash
vendored
Submodule
1
third_party/xxHash
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0e49217046917180b9118a2d89aceaa76a65cf51
|
||||||
Loading…
Reference in a new issue