mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
19 lines
379 B
JSON
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
|
|
}
|
|
]
|
|
}
|