early-access version 2853
This commit is contained in:
47
externals/vcpkg/ports/grpc/vcpkg.json
vendored
Executable file
47
externals/vcpkg/ports/grpc/vcpkg.json
vendored
Executable file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "grpc",
|
||||
"version-semver": "1.44.0",
|
||||
"port-version": 1,
|
||||
"description": "An RPC library and framework",
|
||||
"homepage": "https://github.com/grpc/grpc",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": [
|
||||
"abseil",
|
||||
{
|
||||
"name": "c-ares",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
{
|
||||
"name": "grpc",
|
||||
"host": true,
|
||||
"features": [
|
||||
"codegen"
|
||||
]
|
||||
},
|
||||
"openssl",
|
||||
"protobuf",
|
||||
{
|
||||
"name": "protobuf",
|
||||
"host": true
|
||||
},
|
||||
"re2",
|
||||
"upb",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"features": {
|
||||
"absl-sync": {
|
||||
"description": "Use abseil synchronization module"
|
||||
},
|
||||
"codegen": {
|
||||
"description": "Build code generator machinery"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user