1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-06 01:15:47 +01:00

Add vcpkg.json (#15863)

This commit is contained in:
y5nw
2025-04-20 13:28:31 +02:00
committed by GitHub
parent 0695541bf5
commit 2bb7ed208c
2 changed files with 31 additions and 8 deletions

29
vcpkg.json Normal file
View File

@@ -0,0 +1,29 @@
{
"builtin-baseline": "d5ec528843d29e3a52d745a64b469f810b2cedbf",
"dependencies": [
"zlib",
"zstd",
{
"name": "curl",
"features": [
"winssl"
]
},
"openal-soft",
"libvorbis",
"libogg",
"libjpeg-turbo",
"sqlite3",
"freetype",
"luajit",
"gmp",
"jsoncpp",
{
"name": "gettext",
"features": [
"tools"
]
},
"sdl2"
]
}