Skip to content

Commit

Permalink
Add vcpkg configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfox committed Oct 21, 2024
1 parent b0e3a3a commit df5eb08
Show file tree
Hide file tree
Showing 2 changed files with 15 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": "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"
}
]
}
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit df5eb08

Please sign in to comment.