vcpkg/ports/aws-checksums/vcpkg.json
Xanather 31f8e17aca
Fix aws-checksums not building on Windows (#21082)
* Fix aws-checksums not building on Windows

https://github.com/microsoft/vcpkg/issues/21081

* add port-version

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-05 16:34:11 -07:00

20 lines
441 B
JSON

{
"name": "aws-checksums",
"version": "0.1.11",
"port-version": 1,
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
"homepage": "https://github.com/awslabs/aws-checksums",
"supports": "!arm",
"dependencies": [
"aws-c-common",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}