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:
bash
2025-12-07 12:04:32 +01:00
146 changed files with 4869 additions and 2103 deletions

View File

@@ -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