mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
ebec9d7288
* 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
20 lines
367 B
JSON
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"
|
|
]
|
|
}
|