mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:31:36 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "microsoft-signalr",
|
|
"version": "0.1.0-alpha4",
|
|
"port-version": 2,
|
|
"description": "C++ Client for ASP.NET Core SignalR.",
|
|
"homepage": "https://github.com/aspnet/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"cpprestsdk": {
|
|
"description": "Add default Http and WebSocket implementations using CppRestSDK",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"default-features",
|
|
"websockets"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Features installed by default",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "microsoft-signalr",
|
|
"features": [
|
|
"cpprestsdk"
|
|
],
|
|
"platform": "!uwp"
|
|
}
|
|
]
|
|
},
|
|
"messagepack": {
|
|
"description": "Add support for the messagepack hub protocol, must enable in code still",
|
|
"dependencies": [
|
|
"msgpack"
|
|
]
|
|
}
|
|
}
|
|
}
|