mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
Fixed compilation after dir rework
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/g3dlite/include
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/nucleus/src/Debugging
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/Maps
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/lib-collision/src/Models
|
||||
${CMAKE_SOURCE_DIR}/deps/g3dlite/include
|
||||
${CMAKE_SOURCE_DIR}/src/core
|
||||
${CMAKE_SOURCE_DIR}/src/core/Debugging
|
||||
${CMAKE_SOURCE_DIR}/src/libraries/collision/
|
||||
${CMAKE_SOURCE_DIR}/src/libraries/collision/Maps
|
||||
${CMAKE_SOURCE_DIR}/src/libraries/collision/Models
|
||||
${ACE_INCLUDE_DIR}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user