-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
25 lines (25 loc) · 887 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
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = git@github.com:google/googletest.git
[submodule "thirdparty/benchmark"]
path = thirdparty/benchmark
url = git@github.com:google/benchmark.git
[submodule "thirdparty/gperftools"]
path = thirdparty/gperftools
url = git@github.com:stdpain/gperftools.git
[submodule "thirdparty/glog"]
path = thirdparty/glog
url = git@github.com:google/glog.git
[submodule "thirdparty/fmt"]
path = thirdparty/fmt
url = git@github.com:fmtlib/fmt.git
[submodule "thirdparty/phmap"]
path = thirdparty/phmap
url = git@github.com:greg7mdp/parallel-hashmap.git
[submodule "thirdparty/robin-map"]
path = thirdparty/robin-map
url = https://github.com/Tessil/robin-map
url = git@github.com:Tessil/robin-map.git
[submodule "thirdparty/emhash"]
path = thirdparty/emhash
url = git@github.com:ktprime/emhash.git