vcpkg/ports/gamenetworkingsockets/vcpkg.json
Lily Wang cc35818bd4
[gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED) (#28615)
* [gamenetworkingsockets] Add find_dependency(protobuf CONFIG REQUIRED)

* x-add-version

* apply suggestions

* x-add-version
2022-12-29 23:54:23 -08:00

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
}
]
}