From 4e6cb0a200d71d0d3c8e0524954e080a4f90dfcd Mon Sep 17 00:00:00 2001 From: Klein Hu Date: Mon, 4 Mar 2019 13:41:54 -0800 Subject: [PATCH] Add vcpkg as https --- .gitmodules | 3 +++ cmake/external/vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 160000 cmake/external/vcpkg diff --git a/.gitmodules b/.gitmodules index 2a8c610639963..9a90379b1cea0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "cmake/external/re2"] path = cmake/external/re2 url = https://github.com/google/re2.git +[submodule "cmake/external/vcpkg"] + path = cmake/external/vcpkg + url = https://github.com/Microsoft/vcpkg.git diff --git a/cmake/external/vcpkg b/cmake/external/vcpkg new file mode 160000 index 0000000000000..660ba9e990bec --- /dev/null +++ b/cmake/external/vcpkg @@ -0,0 +1 @@ +Subproject commit 660ba9e990bec0c402dc877d3f418a2bdf193253