-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 832 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
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
[submodule "third_party/sqlite"]
path = third_party/sqlite
url = https://github.com/sqlite/sqlite
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog
[submodule "third_party/easyloggingpp"]
path = third_party/easyloggingpp
url = https://github.com/amrayn/easyloggingpp
[submodule "third_party/cpputest"]
path = third_party/cpputest
url = https://github.com/cpputest/cpputest
[submodule "third_party/plog"]
path = third_party/plog
url = https://github.com/SergiusTheBest/plog
[submodule "third_party/curl"]
path = third_party/curl
url = https://github.com/curl/curl.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json