vcpkg/ports/highway/vcpkg.json
chausner 4d03b83c0f
[highway] Add new port (#21087)
* Add highway 0.14.2 port

* Update git-tree hash

* Fix vcpkg_fixup_pkgconfig by removing libhwy-test.pc

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-04 12:21:48 -07:00

14 lines
302 B
JSON

{
"name": "highway",
"version-semver": "0.14.2",
"description": "Performance-portable, length-agnostic SIMD with runtime dispatch",
"homepage": "https://github.com/google/highway",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}