mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
Buildsystem/Windows: Adjust includepaths slightly for extractortools to work properly with VC9
--HG-- branch : trunk
This commit is contained in:
@@ -14,6 +14,7 @@ file(GLOB_RECURSE sources *.cpp *.h)
|
||||
include_directories (
|
||||
${CMAKE_SOURCE_DIR}/src/server/shared
|
||||
${CMAKE_SOURCE_DIR}/externals/libmpq
|
||||
${CMAKE_SOURCE_DIR}/externals/libmpq/win
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/loadlib
|
||||
)
|
||||
|
||||
@@ -22,6 +22,7 @@ add_definitions("-O3")
|
||||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/externals/libmpq
|
||||
${CMAKE_SOURCE_DIR}/externals/libmpq/win
|
||||
)
|
||||
|
||||
add_executable(vmap3extractor ${sources})
|
||||
|
||||
Reference in New Issue
Block a user