vcpkg/ports/protobuf-c/vcpkg.json
chausner c3bab00ceb
[protobuf-c] Update to 1.4.0 (#21418)
* Update protobuf-c to 1.4.0

* Update CI baseline

* Remove entries from CI baseline

* Fix CRT linkage

* Update CI baseline

* Minimize patch

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-16 16:44:24 -08:00

30 lines
630 B
JSON

{
"name": "protobuf-c",
"version-semver": "1.4.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
}
],
"features": {
"test": {
"description": "Build test project.",
"dependencies": [
{
"name": "protobuf-c",
"features": [
"tools"
]
}
]
},
"tools": {
"description": "Build tools (protoc-gen-c)."
}
}
}