diff options
| author | 2022-07-25 16:45:38 -0400 | |
|---|---|---|
| committer | 2022-09-04 21:36:05 -0400 | |
| commit | c976613ab25130e8fc8b6c0de03cf380eb46c64e (patch) | |
| tree | 594bd200694c2d7b2a66b9f3f812f9ad68b04d91 /vcpkg.json | |
| parent | mini_dump: Check for debugger before spawning a child (diff) | |
| download | yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.gz yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.tar.xz yuzu-c976613ab25130e8fc8b6c0de03cf380eb46c64e.zip | |
vcpkg,cmake: Use vcpkg for dbghelp
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 4 |
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 @@ | |||
| 31 | "yuzu-tests": { | 31 | "yuzu-tests": { |
| 32 | "description": "Compile tests", | 32 | "description": "Compile tests", |
| 33 | "dependencies": [ "catch2" ] | 33 | "dependencies": [ "catch2" ] |
| 34 | }, | ||
| 35 | "dbghelp": { | ||
| 36 | "description": "Compile Windows crash dump (Minidump) support", | ||
| 37 | "dependencies": [ "dbghelp" ] | ||
| 34 | } | 38 | } |
| 35 | }, | 39 | }, |
| 36 | "overrides": [ | 40 | "overrides": [ |