vcpkg/ports/mhook/vcpkg.json
2022-01-18 15:47:52 -08:00

14 lines
240 B
JSON

{
"name": "mhook",
"version": "2.5.1",
"port-version": 3,
"description": "A Windows API hooking library.",
"supports": "windows & !uwp & !arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}