feat(Core/Debugging): improve crash reports (#2365)

* Enabled crash reports for Windows
This commit is contained in:
Kargatum
2019-11-10 22:42:47 +07:00
committed by GitHub
parent 5f21913378
commit 0fd565d557
8 changed files with 783 additions and 355 deletions

View File

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