.gitmodules 660 B

123456789101112131415161718192021
  1. [submodule "inih"]
  2. path = externals/inih/inih
  3. url = https://github.com/svn2github/inih
  4. [submodule "boost"]
  5. path = externals/boost
  6. url = https://github.com/yuzu-emu/ext-boost.git
  7. [submodule "catch"]
  8. path = externals/catch
  9. url = https://github.com/philsquared/Catch.git
  10. [submodule "dynarmic"]
  11. path = externals/dynarmic
  12. url = https://github.com/MerryMage/dynarmic.git
  13. [submodule "xbyak"]
  14. path = externals/xbyak
  15. url = https://github.com/herumi/xbyak.git
  16. [submodule "fmt"]
  17. path = externals/fmt
  18. url = https://github.com/fmtlib/fmt.git
  19. [submodule "lz4"]
  20. path = externals/lz4
  21. url = http://github.com/lz4/lz4.git