mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
feat(Core/Debugging): improve crash reports (#2365)
* Enabled crash reports for Windows
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user