Files
vcpkg/ports/safetyhook/vcpkg.json

21 lines
423 B
JSON

{
"name": "safetyhook",
"version-semver": "0.6.9",
"port-version": 1,
"description": "C++23 procedure hooking library.",
"homepage": "https://github.com/cursey/safetyhook",
"license": "BSL-1.0",
"supports": "(windows | linux) & !arm & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zydis"
]
}