feat(Core/Debugging): improve crash reports (#2365)
* Enabled crash reports for Windows
This commit is contained in:
parent
5f21913378
commit
0fd565d557
8 changed files with 783 additions and 355 deletions
|
|
@ -18,7 +18,7 @@ CollectSourceFiles(
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/PrecompiledHeaders)
|
||||
|
||||
if( WIN32 )
|
||||
list(APPEND PRIVATE_SOURCES ${sources_windows})
|
||||
list(APPEND PRIVATE_SOURCES ${winDebugging})
|
||||
if ( MSVC )
|
||||
list(APPEND PRIVATE_SOURCES authserver.rc)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue