Skip to content

Commit

Permalink
Add vcpkg-configuration.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
patrikhuber committed Dec 9, 2024
1 parent 23330b6 commit 75cc2a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 75cc2a1

Please sign in to comment.