mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
some change
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
|
||||
include_directories(
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}/LuaEngine
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}/lualib
|
||||
)
|
||||
|
||||
|
||||
add_dependencies(game lualib)
|
||||
target_link_libraries(game lualib)
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
|
||||
include_directories(
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}/LuaEngine
|
||||
${CMAKE_MOD_ELUNA_ENGINE_DIR}/lualib
|
||||
)
|
||||
|
||||
if( WIN32 )
|
||||
if ( MSVC )
|
||||
add_custom_command(TARGET worldserver
|
||||
|
||||
Reference in New Issue
Block a user