mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:39:00 +08:00
07da05c20c
* [protobuf-v] fix build error for windows * [protobuf-v] fix build error for windows * fix build error * update version * delete protoc-c * update version * update version * update version * update version * update version * delete protoc-c * update version
31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"name": "protobuf-c",
|
|
"version-semver": "1.4.0",
|
|
"port-version": 2,
|
|
"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)."
|
|
}
|
|
}
|
|
}
|