Added vcpkg files
This commit is contained in:
14
vcpkg-configuration.json
Normal file
14
vcpkg-configuration.json
Normal 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
12
vcpkg.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"glew",
|
||||||
|
"opengl",
|
||||||
|
"sdl3",
|
||||||
|
{
|
||||||
|
"name": "sdl3-image",
|
||||||
|
"features": [ "png" ]
|
||||||
|
},
|
||||||
|
"gtest"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user