diff options
Diffstat (limited to 'vcpkg/ports/gamenetworkingsockets/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gamenetworkingsockets/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/gamenetworkingsockets/vcpkg.json b/vcpkg/ports/gamenetworkingsockets/vcpkg.json new file mode 100644 index 0000000..c291a05 --- /dev/null +++ b/vcpkg/ports/gamenetworkingsockets/vcpkg.json @@ -0,0 +1,21 @@ +{ + "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 + } + ] +} |