mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
Merge remote-tracking branch 'upstream/master' into Playerbot
# Conflicts: # src/server/game/Spells/SpellInfoCorrections.cpp # src/server/scripts/Northrend/Naxxramas/boss_thaddius.cpp
This commit is contained in:
@@ -290,6 +290,11 @@ add_library(modules STATIC
|
||||
|
||||
if (MOD_ALE_FOUND)
|
||||
target_link_libraries(modules PUBLIC lualib)
|
||||
# Also ensure include directories are propagated for modules that include sol.hpp
|
||||
get_target_property(LUALIB_INCLUDE_DIRS lualib INTERFACE_INCLUDE_DIRECTORIES)
|
||||
if(LUALIB_INCLUDE_DIRS)
|
||||
list(APPEND PUBLIC_INCLUDES ${LUALIB_INCLUDE_DIRS})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(modules
|
||||
|
||||
Reference in New Issue
Block a user