mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "cpuid",
|
|
"version": "0.7.0",
|
|
"description": "Provides CPU identification for the x86 (and x86_64)",
|
|
"homepage": "https://github.com/anrieff/libcpuid",
|
|
"license": "MIT",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|