summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar lat9nq2022-07-22 14:49:43 -0400
committerGravatar lat9nq2022-07-22 20:54:00 -0400
commit265d1d697935ec65e31d55fc424d96276d41a8c9 (patch)
tree2bf3da2f89b9fa8e7b33bfd088920613a9982949 /.gitmodules
parentci,CMake: Drop Conan support for vcpkg (diff)
downloadyuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.gz
yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.tar.xz
yuzu-265d1d697935ec65e31d55fc424d96276d41a8c9.zip
ci,CMake: Integrate vcpkg into CMakeLists
Uses manifest mode if the bundled vcpkg is used.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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 @@
40[submodule "externals/ffmpeg/ffmpeg"] 40[submodule "externals/ffmpeg/ffmpeg"]
41 path = externals/ffmpeg/ffmpeg 41 path = externals/ffmpeg/ffmpeg
42 url = https://git.ffmpeg.org/ffmpeg.git 42 url = https://git.ffmpeg.org/ffmpeg.git
43[submodule "externals/vcpkg"]
44 path = externals/vcpkg
45 url = https://github.com/Microsoft/vcpkg.git