vcpkg/ports/protobuf-c/vcpkg.json
MonicaLiu 682f633501
[protobuf-c] Update to 1.5.0 (#39878)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-08-01 09:57:53 -07:00

35 lines
724 B
JSON

{
"name": "protobuf-c",
"version-semver": "1.5.0",
"description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.",
"homepage": "https://github.com/protobuf-c/protobuf-c",
"dependencies": [
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build test project.",
"dependencies": [
{
"name": "protobuf-c",
"features": [
"tools"
]
}
]
},
"tools": {
"description": "Build tools (protoc-gen-c).",
"supports": "!uwp"
}
}
}