mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 14:39:05 +08:00
22d7c8b375
* Remove/fix unused patch files * Bump port versions * Update git-tree hash * Fix corrupt patch * Update git-tree hash * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
19 lines
371 B
JSON
19 lines
371 B
JSON
{
|
|
"name": "cpuid",
|
|
"version": "0.5.1",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|