vcpkg,cmake: Use vcpkg for dbghelp

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

View file

@ -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