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