mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
f571b30b86
* [cpuid] Fix linkage * Fix Windows build * version
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"name": "cpuid",
|
|
"version": "0.5.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|