mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 11:49:08 +08:00
aab8d8f300
* update to 6.00 * quote cmake arguments * update deprecated functions * update versioning
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "xbyak",
|
|
"version-string": "6.00",
|
|
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
|
|
"homepage": "https://github.com/herumi/xbyak",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|