diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3c0d15951..26c6735cd 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | [submodule "enet"] | ||
| 2 | path = externals/enet | ||
| 3 | url = https://github.com/lsalzman/enet.git | ||
| 1 | [submodule "inih"] | 4 | [submodule "inih"] |
| 2 | path = externals/inih/inih | 5 | path = externals/inih/inih |
| 3 | url = https://github.com/benhoyt/inih.git | 6 | url = https://github.com/benhoyt/inih.git |
| @@ -43,3 +46,6 @@ | |||
| 43 | [submodule "vcpkg"] | 46 | [submodule "vcpkg"] |
| 44 | path = externals/vcpkg | 47 | path = externals/vcpkg |
| 45 | url = https://github.com/Microsoft/vcpkg.git | 48 | url = https://github.com/Microsoft/vcpkg.git |
| 49 | [submodule "cpp-jwt"] | ||
| 50 | path = externals/cpp-jwt | ||
| 51 | url = https://github.com/arun11299/cpp-jwt.git | ||