.gitmodules 754 B

123456789101112131415161718192021
  1. [submodule "third_party/re2"]
  2. path = third_party/re2
  3. url = https://github.com/google/re2
  4. [submodule "third_party/googletest"]
  5. path = third_party/googletest
  6. url = https://github.com/google/googletest.git
  7. [submodule "third_party/abseil-cpp"]
  8. path = third_party/abseil-cpp
  9. url = https://github.com/abseil/abseil-cpp.git
  10. [submodule "third_party/protobuf"]
  11. path = third_party/protobuf
  12. url = https://github.com/protocolbuffers/protobuf.git
  13. [submodule "third_party/capstone"]
  14. path = third_party/capstone
  15. url = https://github.com/aquynh/capstone.git
  16. [submodule "third_party/demumble"]
  17. path = third_party/demumble
  18. url = https://github.com/nico/demumble.git
  19. [submodule "third_party/zlib"]
  20. path = third_party/zlib
  21. url = https://github.com/madler/zlib