vcpkg/ports/cpu-features/vcpkg.json

15 lines
402 B
JSON
Raw Normal View History

2020-09-01 07:17:32 +08:00
{
"name": "cpu-features",
"version-string": "0.4.1",
"description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime",
"homepage": "https://github.com/google/cpu_features",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
"features": [
{
"name": "tools",
"description": "list_cpu_features command line tool"
}
]
}