mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 15:29:01 +08:00
31f8e17aca
* 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>
20 lines
441 B
JSON
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
|
|
}
|
|
]
|
|
}
|