mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
be331712a5
Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "xbyak",
|
|
"version": "7.7",
|
|
"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
|
|
}
|
|
]
|
|
}
|