diff options
author | lat9nq <lat9nq@gmail.com> | 2022-07-22 14:49:43 -0400 |
---|---|---|
committer | lat9nq <lat9nq@gmail.com> | 2022-07-22 20:54:00 -0400 |
commit | 265d1d697935ec65e31d55fc424d96276d41a8c9 (patch) | |
tree | 2bf3da2f89b9fa8e7b33bfd088920613a9982949 /.gitmodules | |
parent | 4b93ea59dbf15ba82bf711c9713ee7dee7784217 (diff) |
ci,CMake: Integrate vcpkg into CMakeLists
Uses manifest mode if the bundled vcpkg is used.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dc92d0a4b..846e41d26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "externals/ffmpeg/ffmpeg"] path = externals/ffmpeg/ffmpeg url = https://git.ffmpeg.org/ffmpeg.git +[submodule "externals/vcpkg"] + path = externals/vcpkg + url = https://github.com/Microsoft/vcpkg.git |