vcpkg/ports/msquic/vcpkg.json
2024-10-02 10:24:08 -04:00

20 lines
418 B
JSON

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