mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Cmake/Eluna): Add Eluna files in game lib (#1668)
This commit is contained in:
@@ -40,7 +40,8 @@ target_link_libraries(game-interface
|
|||||||
shared)
|
shared)
|
||||||
|
|
||||||
add_library(game STATIC
|
add_library(game STATIC
|
||||||
${PRIVATE_SOURCES})
|
${PRIVATE_SOURCES}
|
||||||
|
${ElunaLuaEngineFiles})
|
||||||
|
|
||||||
add_dependencies(game revision.h)
|
add_dependencies(game revision.h)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user