From 92095a94ebfaef1499a394f9a7b61efd13834f2f Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Thu, 1 Aug 2024 15:33:51 +0200 Subject: [PATCH] Added vcpkg as a submodule --- .gitmodules | 3 +++ .idea/vcs.xml | 7 +++++++ vcpkg | 1 + 3 files changed, 11 insertions(+) create mode 100644 .gitmodules create mode 100644 .idea/vcs.xml create mode 160000 vcpkg diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a0a57f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vcpkg"] + path = vcpkg + url = https://github.com/microsoft/vcpkg.git diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..92f542b --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/vcpkg b/vcpkg new file mode 160000 index 0000000..5c7d3a8 --- /dev/null +++ b/vcpkg @@ -0,0 +1 @@ +Subproject commit 5c7d3a872dd861817fc812647176d5076085a7eb