mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fixed cmake
This commit is contained in:
@@ -43,15 +43,15 @@ endif()
|
||||
|
||||
include_directories(
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/src/core
|
||||
${CMAKE_SOURCE_DIR}/src/core/Database
|
||||
${CMAKE_SOURCE_DIR}/src/core/Debugging
|
||||
${CMAKE_SOURCE_DIR}/src/core/Packets
|
||||
${CMAKE_SOURCE_DIR}/src/core/Cryptography
|
||||
${CMAKE_SOURCE_DIR}/src/core/Cryptography/Authentication
|
||||
${CMAKE_SOURCE_DIR}/src/core/Logging
|
||||
${CMAKE_SOURCE_DIR}/src/core/Threading
|
||||
${CMAKE_SOURCE_DIR}/src/core/Utilities
|
||||
${CMAKE_SOURCE_DIR}/src/common
|
||||
${CMAKE_SOURCE_DIR}/src/common/Database
|
||||
${CMAKE_SOURCE_DIR}/src/common/Debugging
|
||||
${CMAKE_SOURCE_DIR}/src/common/Packets
|
||||
${CMAKE_SOURCE_DIR}/src/common/Cryptography
|
||||
${CMAKE_SOURCE_DIR}/src/common/Cryptography/Authentication
|
||||
${CMAKE_SOURCE_DIR}/src/common/Logging
|
||||
${CMAKE_SOURCE_DIR}/src/common/Threading
|
||||
${CMAKE_SOURCE_DIR}/src/common/Utilities
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Authentication
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Realms
|
||||
|
||||
Reference in New Issue
Block a user