-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 794 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "3rd/googletest"]
path = 3rd/googletest
url = https://github.com/google/googletest
[submodule "3rd/hcs-mem"]
path = 3rd/hcs-mem
url = https://gitlab.com/headcode.space/memtool.git
[submodule "3rd/hcs-benchmark"]
path = 3rd/hcs-benchmark
url = https://gitlab.com/headcode.space/benchmark.git
[submodule "3rd/libtomcrypt"]
path = 3rd/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
[submodule "3rd/libtommath"]
path = 3rd/libtommath
url = https://github.com/libtom/libtommath.git
[submodule "cmake"]
path = cmake
url = https://gitlab.com/headcode.space/cmake.git
[submodule "3rd/hcs-logger"]
path = 3rd/hcs-logger
url = https://gitlab.com/headcode.space/logger.git
[submodule "3rd/cxxopts"]
path = 3rd/cxxopts
url = https://github.com/jarro2783/cxxopts.git