vcpkg/ports/zydis/vcpkg.json
Alan Tse ebec9d7288
[zydis] fix find_package (#27667)
* Fix zydis find_package

Zydis currently nests the config.cmake files in zydis/zydis which is
then skipped by find_package(zydis CONFIG REQUIRED)

closes https://github.com/zyantific/zydis/issues/388

* Run x-add-version
2022-11-07 15:36:21 -08:00

20 lines
367 B
JSON

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