Files
nearby/.gitmodules
T
Eric Lin 8bdc61a10f Add submodule paths and update branch of gtest, depot_tools.
Git submodule needs to commit submodule paths to make it works. The
working branch of gtest, depot_tools project already changed to main
instead of master.

Reference: https://stackoverflow.com/q/39765663
2021-12-06 11:51:43 +08:00

25 lines
762 B
Plaintext

[submodule "third_party/ukey2"]
path = third_party/ukey2
url = https://github.com/google/ukey2
branch = master
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf
branch = master
[submodule "third_party/gtest"]
path = third_party/gtest
url = https://github.com/google/googletest
branch = main
[submodule "third_party/absl"]
path = third_party/absl
url = https://github.com/abseil/abseil-cpp
branch = master
[submodule "third_party/smhasher"]
path = third_party/smhasher
url = https://github.com/aappleby/smhasher
branch = master
[submodule "third_party/depot_tools"]
path = third_party/depot_tools
url = https://chromium.googlesource.com/chromium/tools/depot_tools.git
branch = main