From e576842f2eb6eeb4a6f1981d3b6f368d15c518d5 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 28 Nov 2020 08:38:35 -0500 Subject: [PATCH] Added vcpkg --- .gitmodules | 3 +++ SpotifyDemo/3rdparty/vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 SpotifyDemo/3rdparty/vcpkg diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..623a00c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SpotifyDemo/3rdparty/vcpkg"] + path = SpotifyDemo/3rdparty/vcpkg + url = https://github.com/microsoft/vcpkg diff --git a/SpotifyDemo/3rdparty/vcpkg b/SpotifyDemo/3rdparty/vcpkg new file mode 160000 index 0000000..0bf3923 --- /dev/null +++ b/SpotifyDemo/3rdparty/vcpkg @@ -0,0 +1 @@ +Subproject commit 0bf3923f9fab4001c00f0f429682a0853b5749e0