vcpkg/ports/protobuf/vcpkg.json
Liu Chenxin a863c84812
[protobuf] add support for mingw subsystem (#19054)
* [protobuf] add support for mingw subsystem

* [protobuf] support for mingw

* Update the port version

* Update the baseline version

Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-08-02 16:59:18 -07:00

22 lines
441 B
JSON

{
"name": "protobuf",
"version-semver": "3.15.8",
"port-version": 4,
"description": "Protocol Buffers - Google's data interchange format",
"homepage": "https://github.com/protocolbuffers/protobuf",
"dependencies": [
{
"name": "protobuf",
"host": true
}
],
"features": {
"zlib": {
"description": "ZLib based features like Gzip streams",
"dependencies": [
"zlib"
]
}
}
}