vcpkg/ports/cpuid/vcpkg.json
Thomas1664 f571b30b86
[cpuid] Fix library linkage (#26545)
* [cpuid] Fix linkage

* Fix Windows build

* version
2022-08-29 13:19:20 -07:00

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
}
]
}