diff options
Diffstat (limited to 'vcpkg/ports/xbyak/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xbyak/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/xbyak/vcpkg.json b/vcpkg/ports/xbyak/vcpkg.json new file mode 100644 index 0000000..f21ea86 --- /dev/null +++ b/vcpkg/ports/xbyak/vcpkg.json @@ -0,0 +1,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 + } + ] +} |