diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-15 19:45:35 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-07-25 21:59:30 +0200 |
commit | 6c8e45618578de1406c0bf4a7f976bd4903c339c (patch) | |
tree | 25b959db6f30fe75bf5c6fa667ed92af71117986 /.gitmodules | |
parent | Fix compilation on linux gcc (diff) | |
download | yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.gz yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.bz2 yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.lz yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.xz yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.tar.zst yuzu-6c8e45618578de1406c0bf4a7f976bd4903c339c.zip |
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d8e04923a..26c6735cd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "vcpkg"] path = externals/vcpkg url = https://github.com/Microsoft/vcpkg.git +[submodule "cpp-jwt"] + path = externals/cpp-jwt + url = https://github.com/arun11299/cpp-jwt.git |