mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:19:00 +08:00
c3bab00ceb
* 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>
30 lines
630 B
JSON
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)."
|
|
}
|
|
}
|
|
}
|