vcpkg,cmake: Use vcpkg for dbghelp
This commit is contained in:
parent
e339ec0e00
commit
c976613ab2
3 changed files with 17 additions and 1 deletions
|
@ -208,7 +208,7 @@ add_executable(yuzu
|
|||
yuzu.rc
|
||||
)
|
||||
|
||||
if (WIN32 AND NOT ("${DBGHELP_LIBRARY}" STREQUAL "DBGHELP_LIBRARY-NOTFOUND"))
|
||||
if (WIN32 AND YUZU_CRASH_DUMPS)
|
||||
target_sources(yuzu PRIVATE
|
||||
mini_dump.cpp
|
||||
mini_dump.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue