From 2c0be3fba23ab11b6ee27ae6903ffdbc1a2a8230 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 30 Dec 2020 12:58:02 +0800 Subject: Add vcpkg. --- .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 0000000..3c19d8d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vcpkg"] + path = vcpkg + url = https://github.com/Microsoft/vcpkg diff --git a/vcpkg b/vcpkg new file mode 160000 index 0000000..389efb2 --- /dev/null +++ b/vcpkg @@ -0,0 +1 @@ +Subproject commit 389efb2701e93d0474fab8f8705f2f85a77e4262 -- cgit v1.2.3