aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stackwalker/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/stackwalker/vcpkg.json')
-rw-r--r--vcpkg/ports/stackwalker/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/stackwalker/vcpkg.json b/vcpkg/ports/stackwalker/vcpkg.json
new file mode 100644
index 0000000..d1e311b
--- /dev/null
+++ b/vcpkg/ports/stackwalker/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "stackwalker",
+ "version-date": "2023-06-24",
+ "description": "StackWalker - Walking the callstack.",
+ "license": "BSD-2-Clause",
+ "supports": "windows & !uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}