vcpkg/ports/vc/vcpkg.json
2023-10-06 10:38:28 -07:00

19 lines
344 B
JSON

{
"name": "vc",
"version": "1.4.4",
"description": "SIMD Vector Classes for C++ .",
"homepage": "https://github.com/VcDevel/Vc",
"license": "BSD-3-Clause",
"supports": "!arm64",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}