mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 15:33:02 +08:00
0321a8422e
* [zycore] disable find Doxygen * [zydis] use Zycore from port zycore * version
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"name": "zydis",
|
|
"version-semver": "3.2.1",
|
|
"port-version": 1,
|
|
"description": "Fast and lightweight x86/x86-64 disassembler library.",
|
|
"homepage": "https://zydis.re",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zycore"
|
|
]
|
|
}
|