From 75cc2a10e416aee4773b5d5d285c329825c9cd4b Mon Sep 17 00:00:00 2001 From: Patrik Huber Date: Mon, 9 Dec 2024 20:00:53 +0000 Subject: [PATCH] Add vcpkg-configuration.json This is needed to build eos locally. It will be ignored by consumers of the library (in which case their top-level vcpkg baseline is used). The commit corresponds to the 2024.11.16 baseline. --- vcpkg-configuration.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcpkg-configuration.json diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 00000000..8f38cace --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,14 @@ +{ + "default-registry": { + "kind": "git", + "baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c", + "repository": "https://github.com/microsoft/vcpkg" + }, + "registries": [ + { + "kind": "artifact", + "location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip", + "name": "microsoft" + } + ] +}