vcpkg/ports/zopfli/vcpkg.json
Osyotr 5a7c56f934
[zopfli] Fix x64-linux-dynamic build (#25824)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:10:46 -07:00

19 lines
381 B
JSON

{
"name": "zopfli",
"version": "1.0.3",
"port-version": 2,
"description": "Zopfli Compression Algorithm compression library programmed in C",
"homepage": "https://github.com/google/zopfli",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}