vcpkg/ports/google-cloud-cpp/vcpkg.json

25 lines
458 B
JSON

{
"name": "google-cloud-cpp",
"version": "1.30.1",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"abseil",
"crc32c",
{
"name": "curl",
"features": [
"ssl"
]
},
{
"name": "grpc",
"host": true
},
"grpc",
"nlohmann-json"
]
}