mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
7 lines
141 B
CMake
7 lines
141 B
CMake
|
|
include_directories(
|
|
${CMAKE_MOD_ELUNA_ENGINE_DIR}/LuaEngine
|
|
${CMAKE_MOD_ELUNA_ENGINE_DIR}/lualib
|
|
${CMAKE_MOD_ELUNA_ENGINE_DIR}/src
|
|
)
|