mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
b2b3650720
* [snappy] fix wrong include in pc file * v db
19 lines
340 B
JSON
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
|
|
}
|
|
]
|
|
}
|