aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xbyak/vcpkg.json
blob: f21ea86828af2635682e19d651341f82c1778ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "xbyak",
  "version": "7.28",
  "description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
  "homepage": "https://github.com/herumi/xbyak",
  "license": "BSD-3-Clause",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}