.gitmodules 317 B

123456789
  1. [submodule "googletest"]
  2. path = 3rdparty/googletest
  3. url = https://github.com/google/googletest.git
  4. [submodule "civetweb"]
  5. path = 3rdparty/civetweb
  6. url = https://github.com/civetweb/civetweb.git
  7. [submodule "3rdparty/cpp-base64"]
  8. path = 3rdparty/cpp-base64
  9. url = https://github.com/ReneNyffenegger/cpp-base64.git