-
Notifications
You must be signed in to change notification settings - Fork 238
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 727 Bytes
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "third_party/http-parser/http-parser"]
path = third_party/http-parser/http-parser
url = https://github.com/nodejs/http-parser.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/msgpack/msgpack-c"]
path = third_party/msgpack/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
[submodule "third_party/spdlog/spdlog"]
path = third_party/spdlog/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/json/json"]
path = third_party/json/json
url = https://github.com/nlohmann/json.git