vcpkg,cmake: Use vcpkg for dbghelp

This commit is contained in:
lat9nq 2022-07-25 16:45:38 -04:00
parent bd3f300964
commit 72617ceb01
3 changed files with 17 additions and 1 deletions

View file

@ -31,6 +31,10 @@
"yuzu-tests": {
"description": "Compile tests",
"dependencies": [ "catch2" ]
},
"dbghelp": {
"description": "Compile Windows crash dump (Minidump) support",
"dependencies": [ "dbghelp" ]
}
},
"overrides": [