Added vcpkg files

This commit is contained in:
Jan Mrna
2025-10-16 09:30:56 +02:00
parent 3064af65aa
commit bc65b05854
2 changed files with 26 additions and 0 deletions

14
vcpkg-configuration.json Normal file
View File

@@ -0,0 +1,14 @@
{
"default-registry": {
"kind": "git",
"baseline": "b2c74683ecfd6a8e7d27ffb0df077f66a9339509",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}

12
vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"dependencies": [
"glew",
"opengl",
"sdl3",
{
"name": "sdl3-image",
"features": [ "png" ]
},
"gtest"
]
}