aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpuid/vcpkg.json
blob: 4bc4a3ee23ec90b4b63469365fac08370206b770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cpuid",
  "version": "0.8.1",
  "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
    }
  ]
}