diff options
Diffstat (limited to 'vcpkg/ports/cpu-features/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpu-features/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/cpu-features/vcpkg.json b/vcpkg/ports/cpu-features/vcpkg.json new file mode 100644 index 0000000..f56eb97 --- /dev/null +++ b/vcpkg/ports/cpu-features/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "cpu-features", + "version": "0.10.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": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "list_cpu_features command line tool" + } + } +} |