early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/cpuid/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/cpuid/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "cpuid",
|
||||
"version": "0.5.1",
|
||||
"port-version": 3,
|
||||
"description": "Provides CPU identification for the x86 (and x86_64)",
|
||||
"homepage": "https://github.com/anrieff/libcpuid",
|
||||
"supports": "(x86 | x64) & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user