From c17cb84eb45237e9343aec8f42f1e3f98e0e9668 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 25 Jan 2024 09:11:52 +0100 Subject: [PATCH] add vcpkg --- .gitmodules | 3 +++ vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 160000 vcpkg diff --git a/.gitmodules b/.gitmodules index 14d3739..871375b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deps/BeamMP-Protocol"] path = deps/BeamMP-Protocol url = https://github.com/BeamMP/BeamMP-Protocol +[submodule "vcpkg"] + path = vcpkg + url = https://github.com/Microsoft/vcpkg.git diff --git a/vcpkg b/vcpkg new file mode 160000 index 0000000..11e79b1 --- /dev/null +++ b/vcpkg @@ -0,0 +1 @@ +Subproject commit 11e79b1072c7f12d84258b77948cda3b166aac59