mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 17:07:55 -05:00
vcpkg,cmake: Use vcpkg for dbghelp
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user