mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna add boost support and fix warnings
This commit is contained in:
@@ -119,10 +119,13 @@ include_directories(
|
||||
${CMAKE_SOURCE_DIR}/src/server/game/World
|
||||
${CMAKE_SOURCE_DIR}/src/server/scripts/PrecompiledHeaders
|
||||
${ACE_INCLUDE_DIR}
|
||||
${Boost_LIBRARIES}
|
||||
${MYSQL_INCLUDE_DIR}
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
find_package(Boost COMPONENTS system filesystem REQUIRED)
|
||||
|
||||
add_library(LuaEngine STATIC
|
||||
${LuaEngine_STAT_SRCS}
|
||||
${game_STAT_SRCS}
|
||||
@@ -131,6 +134,7 @@ add_library(LuaEngine STATIC
|
||||
|
||||
target_link_libraries(LuaEngine
|
||||
game
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
add_dependencies(LuaEngine game)
|
||||
|
||||
Reference in New Issue
Block a user