Skip to content

Instantly share code, notes, and snippets.

@eric100lin
Created November 8, 2021 13:51
Show Gist options
  • Save eric100lin/1d95879abb7d4e65b6efc0abc09ffb29 to your computer and use it in GitHub Desktop.
Save eric100lin/1d95879abb7d4e65b6efc0abc09ffb29 to your computer and use it in GitHub Desktop.
Before running `git submodule update --init --recursive` in https://github.com/google/nearby
git submodule add https://github.com/google/ukey2 third_party/ukey2
git submodule add https://github.com/protocolbuffers/protobuf third_party/protobuf
git submodule add https://github.com/google/googletest third_party/gtest
git submodule add https://github.com/abseil/abseil-cpp third_party/absl
git submodule add https://github.com/aappleby/smhasher third_party/smhasher
git submodule add https://chromium.googlesource.com/chromium/tools/depot_tools.git third_party/depot_tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment