vcpkg/ports/cpu-features/vcpkg.json
chausner e9dbd364e9
[cpu-features] Update to 0.7.0 (#29182)
* Update cpu-features to 0.7.0

* Update CI baseline

* Disable BUILD_TESTING

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:15:14 -08:00

24 lines
534 B
JSON

{
"name": "cpu-features",
"version": "0.7.0",
"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"
}
}
}