vcpkg/ports/snappy/vcpkg.json
Alexander Neumann b2b3650720
[snappy] fix pc file include (#29590)
* [snappy] fix wrong include in pc file

* v db
2023-02-13 08:44:55 -08:00

19 lines
340 B
JSON

{
"name": "snappy",
"version": "1.1.9",
"port-version": 5,
"description": "A fast compressor/decompressor.",
"homepage": "https://github.com/google/snappy",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}