Skip to content

Commit

Permalink
Add VCPKG manifest
Browse files Browse the repository at this point in the history
Allows for easy installation of SDL2 using MSVC
  • Loading branch information
shermp committed Apr 24, 2024
1 parent a7bee1c commit 64c0dc8
Show file tree
Hide file tree
Showing 2 changed files with 19 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": "53bef8994c541b6561884a8395ea35715ece75db",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}
5 changes: 5 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": [
"sdl2"
]
}

0 comments on commit 64c0dc8

Please sign in to comment.