diff options
author | Vortex <c.vamsi.krishna.96@gmail.com> | 2021-06-18 20:48:53 +0200 |
---|---|---|
committer | Vortex <c.vamsi.krishna.96@gmail.com> | 2021-06-18 22:48:58 +0200 |
commit | e704da91929b06e5d65959c78e88e570d707a773 (patch) | |
tree | 1af9218fd2b480ce68f14fa12a4f1415ca1a82c4 /.gitmodules | |
parent | Merge pull request #6484 from CaptV0rt3x/discord-rpc (diff) | |
download | yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.gz yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.bz2 yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.lz yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.xz yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.zst yuzu-e704da91929b06e5d65959c78e88e570d707a773.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d294e850d..749cd0408 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git +[submodule "externals/cpp-httplib"] + path = externals/cpp-httplib + url = https://github.com/yhirose/cpp-httplib.git |