mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
7 lines
147 B
CMake
7 lines
147 B
CMake
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|
|
ADD_SUBDIRECTORY(libuv)
|
|
ADD_SUBDIRECTORY(format)
|
|
ADD_SUBDIRECTORY(recast) |