vcpkg/ports/cpuid/vcpkg.json
Cheney Wang 660295dc22
[cppad/cpuid] Update to latest version (#20187)
* [cppad/cpuid] Update to latest version

* Add quotes to SOURCE_PATH

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-16 10:45:05 -07:00

18 lines
350 B
JSON

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