mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
6 lines
122 B
CMake
6 lines
122 B
CMake
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|
|
ADD_SUBDIRECTORY(libuv)
|
|
ADD_SUBDIRECTORY(recast) |