diff options
Diffstat (limited to 'vcpkg/ports/detours/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/detours/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/detours/vcpkg.json b/vcpkg/ports/detours/vcpkg.json new file mode 100644 index 0000000..b0f745d --- /dev/null +++ b/vcpkg/ports/detours/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "detours", + "version": "4.0.1", + "port-version": 8, + "description": "Detours is a software package for monitoring and instrumenting API calls on Windows.", + "homepage": "https://github.com/microsoft/Detours", + "license": "MIT", + "supports": "windows & !uwp" +} |