yuzu/externals/vcpkg/ports/cpu-features/vcpkg.json

25 lines
555 B
JSON
Executable File

{
"name": "cpu-features",
"version": "0.6.0",
"port-version": 2,
"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)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "list_cpu_features command line tool"
}
}
}