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