vcpkg/ports/aws-c-common/vcpkg.json
2024-03-20 13:53:05 -07:00

19 lines
375 B
JSON

{
"name": "aws-c-common",
"version": "0.9.14",
"description": "AWS common library for C",
"homepage": "https://github.com/awslabs/aws-c-common",
"license": "Apache-2.0",
"supports": "!(windows & arm) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}