vcpkg/ports/protobuf-c/vcpkg.json
jim wang 07da05c20c
[protobuf-c] Fix build error for windows (#29758)
* [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
2023-03-15 17:21:12 -07:00

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)."
}
}
}