From dd847e6e4243d0ba6f259f9829c0deda34ecf50b Mon Sep 17 00:00:00 2001 From: Pete Brown Date: Sun, 26 Jul 2026 00:03:11 -0400 Subject: [PATCH] vcpkg submodule for git builds --- .gitmodules | 3 +++ vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vcpkg diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a0a57f3d7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vcpkg"] + path = vcpkg + url = https://github.com/microsoft/vcpkg.git diff --git a/vcpkg b/vcpkg new file mode 160000 index 000000000..40f3c709d --- /dev/null +++ b/vcpkg @@ -0,0 +1 @@ +Subproject commit 40f3c709db80acf154ac4b17a1f83c564ebd022e