diff options
Diffstat (limited to 'vcpkg/ports/presentmon/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/presentmon/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/presentmon/vcpkg.json b/vcpkg/ports/presentmon/vcpkg.json new file mode 100644 index 0000000..67b2621 --- /dev/null +++ b/vcpkg/ports/presentmon/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "presentmon", + "version-semver": "2.3.0", + "description": "PresentMon is a tool to capture and analyze ETW events related to swap chain presentation on Windows.", + "supports": "windows & !uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tool PresentMon" + } + } +} |