summaryrefslogtreecommitdiffstats
path: root/vcpkg.json
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-07-25 22:45:38 +0200
committerlat9nq <lat9nq@gmail.com>2022-09-05 03:36:05 +0200
commitc976613ab25130e8fc8b6c0de03cf380eb46c64e (patch)
tree594bd200694c2d7b2a66b9f3f812f9ad68b04d91 /vcpkg.json
parentmini_dump: Check for debugger before spawning a child (diff)
downloadyuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.gz
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.bz2
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.lz
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.xz
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.zst
yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.zip
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
index c4413e22a..3c92510d6 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -31,6 +31,10 @@
"yuzu-tests": {
"description": "Compile tests",
"dependencies": [ "catch2" ]
+ },
+ "dbghelp": {
+ "description": "Compile Windows crash dump (Minidump) support",
+ "dependencies": [ "dbghelp" ]
}
},
"overrides": [