mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
35 lines
641 B
JSON
35 lines
641 B
JSON
{
|
|
"name": "vcpkg-ci-uwebsockets",
|
|
"version-string": "ci",
|
|
"description": "Port to test features of uwebsockets within CI",
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "uwebsockets",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"all"
|
|
],
|
|
"features": {
|
|
"all": {
|
|
"description": "Test all features",
|
|
"dependencies": [
|
|
{
|
|
"name": "uwebsockets",
|
|
"features": [
|
|
"ssl",
|
|
"zlib"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|