aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/safetyhook/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/safetyhook/vcpkg.json')
-rw-r--r--vcpkg/ports/safetyhook/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/safetyhook/vcpkg.json b/vcpkg/ports/safetyhook/vcpkg.json
new file mode 100644
index 0000000..4862a65
--- /dev/null
+++ b/vcpkg/ports/safetyhook/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "safetyhook",
+ "version-semver": "0.6.9",
+ "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"
+ ]
+}