ci,CMake: Integrate vcpkg into CMakeLists

Uses manifest mode if the bundled vcpkg is used.
This commit is contained in:
lat9nq 2022-07-22 14:49:43 -04:00
parent 325a6e4aa7
commit 20d760ea99
8 changed files with 45 additions and 7 deletions

3
.gitmodules vendored
View file

@ -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