mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:19:08 +08:00
d54715d447
* Fix tools feature compilation error under uwp * update version
32 lines
677 B
JSON
32 lines
677 B
JSON
{
|
|
"name": "protobuf-c",
|
|
"version-semver": "1.4.1",
|
|
"port-version": 1,
|
|
"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).",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|