aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/asmjit/vcpkg.json
blob: 719001633913ab497d3d0c79a75661a5ff6d27f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "asmjit",
  "version-string": "fb9f82c",
  "description": "Complete x86/x64 JIT and Remote Assembler for C++",
  "homepage": "https://github.com/asmjit/asmjit",
  "supports": "!arm",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}