.gitmodules 353 B

123456789101112
  1. [submodule "test/googletest"]
  2. path = test/googletest
  3. url = https://github.com/google/googletest
  4. branch = v1.13.x
  5. [submodule "AI/FuzzyLite"]
  6. path = AI/FuzzyLite
  7. url = https://github.com/fuzzylite/fuzzylite.git
  8. branch = release
  9. [submodule "innoextract"]
  10. path = launcher/lib/innoextract
  11. url = https://github.com/vcmi/innoextract.git
  12. branch = vcmi