mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:11:49 +08:00
6aa4fca940
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 * version * typo * typo * fix build * version * deprecated vcpkg_extract_source_archive_ex * version * fix argument * version * Rename argument * version * More changes about argument * wrong op * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"name": "signalrclient",
|
|
"version-string": "1.0.0-beta1-9",
|
|
"port-version": 3,
|
|
"description": "C++ client for SignalR.",
|
|
"homepage": "https://github.com/SignalR/SignalR-Client-Cpp",
|
|
"dependencies": [
|
|
{
|
|
"name": "cpprestsdk",
|
|
"features": [
|
|
"default-features",
|
|
"websockets"
|
|
]
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|