vcpkg/ports/msquic/vcpkg.json

19 lines
389 B
JSON

{
"name": "msquic",
"version": "2.3.5",
"description": "Cross-platform, C implementation of the IETF QUIC protocol",
"homepage": "https://github.com/microsoft/msquic",
"license": "MIT",
"supports": "!(static & staticcrt)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}