vcpkg/scripts/test_ports/vcpkg-ci-libdatachannel/vcpkg.json

20 lines
319 B
JSON

{
"name": "vcpkg-ci-libdatachannel",
"version-string": "ci",
"description": "Validates libdatachannel",
"dependencies": [
{
"name": "libdatachannel",
"features": [
"srtp",
"ws"
]
},
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
}
]
}