mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
6da00e1160
* [cpprestsdk] use platform expressions in default-features * [microsoft-signalr] use platform expressions in default-features * [signalrclient] fix dependencies
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "signalrclient",
|
|
"version": "1.0.0-beta1-9",
|
|
"port-version": 5,
|
|
"description": "C++ client for SignalR.",
|
|
"homepage": "https://github.com/SignalR/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"websockets"
|
|
]
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|