diff options
| author | bunnei <bunneidev@gmail.com> | 2022-07-22 17:54:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-22 17:54:47 -0700 |
| commit | 58081a3664e3c069cd4efe5d96502c2fcc831535 (patch) | |
| tree | 06ba40b5701eff84160b6a85e8075b7b66b3a08f /.gitmodules | |
| parent | 6e36f4d230b4760ac8f8f4cd087e0d909fb97e40 (diff) | |
| parent | 5b4bef13e7daae9b4280a33490b231a6f4baab6b (diff) | |
Merge pull request #8624 from lat9nq/vcpkg
ci,CMake: Drop Conan support for vcpkg
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index dc92d0a4b..76f13164c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,9 +34,12 @@ [submodule "SDL"] path = externals/SDL url = https://github.com/libsdl-org/SDL.git -[submodule "externals/cpp-httplib"] +[submodule "cpp-httplib"] path = externals/cpp-httplib url = https://github.com/yhirose/cpp-httplib.git -[submodule "externals/ffmpeg/ffmpeg"] +[submodule "ffmpeg"] path = externals/ffmpeg/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git +[submodule "vcpkg"] + path = externals/vcpkg + url = https://github.com/Microsoft/vcpkg.git |
