Skip to content

Commit

Permalink
Add vcpkg-configuration.json (better integration with recent Visual S…
Browse files Browse the repository at this point in the history
…tudio 2022 native VCPKG support)
  • Loading branch information
christianparpart committed Jun 25, 2024
1 parent 80c6627 commit 7953e02
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": "000d1bda1ffa95a73e0b40334fa4103d6f4d3d48",
"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 7953e02

Please sign in to comment.