early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/ms-quic/vcpkg.json
vendored
Executable file
23
externals/vcpkg/ports/ms-quic/vcpkg.json
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "ms-quic",
|
||||
"version": "1.2.0",
|
||||
"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
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"tools": {
|
||||
"description": "Install the tools after build"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user