From d9524239301bc341b4e80b44a71a86d03681c983 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 22 Jan 2023 20:08:39 -0500 Subject: [PATCH] Added vcpkg --- .gitmodules | 3 +++ 3rdparty/vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 3rdparty/vcpkg diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..90e3bc2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rdparty/vcpkg"] + path = 3rdparty/vcpkg + url = https://github.com/microsoft/vcpkg diff --git a/3rdparty/vcpkg b/3rdparty/vcpkg new file mode 160000 index 0000000..e69dd97 --- /dev/null +++ b/3rdparty/vcpkg @@ -0,0 +1 @@ +Subproject commit e69dd972ba64840955f46704ecce6241bf607c0f