vcpkg/ports/zydis/vcpkg.json
Alexander Neumann 4c21df20b2
[zydis] hardcode static define (#32453)
* [zydis] hardcode static usage

* v db
2023-07-10 17:14:57 -07:00

20 lines
367 B
JSON

{
"name": "zydis",
"version-semver": "4.0.0",
"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"
]
}