mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Common: Generalize platform specific includes in common/Platform
(cherry picked from commit 30517cb1d3)
This commit is contained in:
@@ -31,7 +31,7 @@ set(authserver_SRCS
|
||||
if( WIN32 )
|
||||
set(authserver_SRCS
|
||||
${authserver_SRCS}
|
||||
${sources_windows_Debugging}
|
||||
${sources_windows}
|
||||
)
|
||||
if ( MSVC )
|
||||
set(authserver_SRCS
|
||||
@@ -54,6 +54,7 @@ include_directories(
|
||||
${CMAKE_SOURCE_DIR}/src/common/Logging
|
||||
${CMAKE_SOURCE_DIR}/src/common/Threading
|
||||
${CMAKE_SOURCE_DIR}/src/common/Utilities
|
||||
${CMAKE_SOURCE_DIR}/src/common/Platform
|
||||
${CMAKE_SOURCE_DIR}/src/server/database
|
||||
${CMAKE_SOURCE_DIR}/src/server/database/Database
|
||||
${CMAKE_SOURCE_DIR}/src/server/database/Logging
|
||||
|
||||
Reference in New Issue
Block a user