From df5eb086ff915b4dd8569a2379eb3fd4f9d5f5a3 Mon Sep 17 00:00:00 2001 From: Taylor Foxhall Date: Fri, 3 May 2024 09:04:00 -0600 Subject: [PATCH] Add vcpkg configuration files --- vcpkg-configuration.json | 14 ++++++++++++++ vcpkg.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 vcpkg-configuration.json create mode 100644 vcpkg.json diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..7ad5e4a --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "1a88064cf651331d7e5e65f16c842b7abe2fa4df", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +} diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1 @@ +{}