mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-03 03:17:22 -04:00
build: add support for vcpkg
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a5f5d14538
commit
7f78f6b85f
14
vcpkg-configuration.json
Normal file
14
vcpkg-configuration.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"default-registry": {
|
||||
"kind": "git",
|
||||
"baseline": "0c4cf19224a049cf82f4521e29e39f7bd680440c",
|
||||
"repository": "https://github.com/microsoft/vcpkg"
|
||||
},
|
||||
"registries": [
|
||||
{
|
||||
"kind": "artifact",
|
||||
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
|
||||
"name": "microsoft"
|
||||
}
|
||||
]
|
||||
}
|
10
vcpkg.json
Normal file
10
vcpkg.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"dependencies": [
|
||||
"bzip2",
|
||||
"cmark",
|
||||
{ "name": "ecm", "host": true },
|
||||
{ "name": "pkgconf", "host": true },
|
||||
"tomlplusplus",
|
||||
"zlib"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user