mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Buildsystem/Windows: Make VS9.0 shut up when compiling libmpq under windows (Why can't MS include standard headers in reasonable locations!)
--HG-- branch : trunk
This commit is contained in:
3
externals/libmpq/CMakeLists.txt
vendored
3
externals/libmpq/CMakeLists.txt
vendored
@@ -15,9 +15,10 @@ set(mpq_STAT_SRCS
|
||||
)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/win
|
||||
${CMAKE_SOURCE_DIR}/externals/zlib
|
||||
${CMAKE_SOURCE_DIR}/externals/bzip2
|
||||
${CMAKE_SOURCE_DIR}/externals/libmpq
|
||||
)
|
||||
|
||||
add_library(mpq STATIC ${mpq_STAT_SRCS})
|
||||
|
||||
Reference in New Issue
Block a user