mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 04:45:47 +00:00
vcpkg,cmake: Use vcpkg for dbghelp
This commit is contained in:
parent
bd3f300964
commit
72617ceb01
3 changed files with 17 additions and 1 deletions
|
@ -31,6 +31,10 @@
|
|||
"yuzu-tests": {
|
||||
"description": "Compile tests",
|
||||
"dependencies": [ "catch2" ]
|
||||
},
|
||||
"dbghelp": {
|
||||
"description": "Compile Windows crash dump (Minidump) support",
|
||||
"dependencies": [ "dbghelp" ]
|
||||
}
|
||||
},
|
||||
"overrides": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue