vcpkg/ports/cpuid/vcpkg.json
2024-03-14 12:22:32 -07:00

19 lines
379 B
JSON

{
"name": "cpuid",
"version": "0.6.4",
"description": "Provides CPU identification for the x86 (and x86_64)",
"homepage": "https://github.com/anrieff/libcpuid",
"license": "MIT",
"supports": "(x86 | x64) & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}