Skip to content

Commit

Permalink
feat(CMake/Eluna): Update CMakeLists for modules to allow Eluna to sw…
Browse files Browse the repository at this point in the history
…itch Lua version (azerothcore#21123)
  • Loading branch information
iThorgrim authored Jan 11, 2025
1 parent 6baae1d commit 03c263f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ add_library(modules STATIC
${SCRIPT_MODULE_PRIVATE_SCRIPTLOADER}
${PRIVATE_SOURCES_MODULES})

if (MOD_ELUNA_FOUND)
target_link_libraries(modules PUBLIC lualib)
endif()

target_link_libraries(modules
PRIVATE
acore-core-interface
Expand Down

0 comments on commit 03c263f

Please sign in to comment.