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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 783 additions and 355 deletions

View file

@ -16,12 +16,12 @@ 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 worldserver.rc)
endif()
endif()
if (USE_COREPCH)
set(PRIVATE_PCH_HEADER PrecompiledHeaders/worldPCH.h)
endif()