mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
cc35818bd4
* [gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED) * x-add-version * apply suggestions * x-add-version
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"name": "gamenetworkingsockets",
|
|
"version": "1.4.1",
|
|
"port-version": 1,
|
|
"description": "GameNetworkingSockets is a basic transport layer for games.",
|
|
"homepage": "https://github.com/ValveSoftware/GameNetworkingSockets",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(static & windows) & !uwp & !(arm64 & windows)",
|
|
"dependencies": [
|
|
"openssl",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|