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

20 lines
384 B
JSON
Raw Normal View History

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