forked from jandrewrogers/AquaHash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
32 lines (32 loc) · 911 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "3p/src/doctest"]
path = 3p/src/doctest
url = https://github.com/onqtam/doctest.git
branch = master
[submodule "3p/src/benchmark"]
path = 3p/src/benchmark
url = https://github.com/google/benchmark.git
branch = master
[submodule "3p/src/fmt"]
path = 3p/src/fmt
url = https://github.com/fmtlib/fmt.git
branch = master
[submodule "3p/src/farmhash"]
path = 3p/src/farmhash
url = https://github.com/google/farmhash.git
branch = master
[submodule "3p/src/xxHash"]
path = 3p/src/xxHash
url = https://github.com/Cyan4973/xxHash.git
branch = master
[submodule "3p/src/Clara"]
path = 3p/src/Clara
url = https://github.com/catchorg/Clara.git
branch = master
[submodule "3p/src/Celero"]
path = 3p/src/Celero
url = https://github.com/DigitalInBlue/Celero.git
branch = master
[submodule "3p/src/wyhash"]
path = 3p/src/wyhash
url = https://github.com/wangyi-fudan/wyhash.git
branch = master