mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 01:01:30 +00:00
7 lines
148 B
CMake
7 lines
148 B
CMake
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|
|
ADD_SUBDIRECTORY(evt-tls)
|
|
ADD_SUBDIRECTORY(libuv)
|
|
ADD_SUBDIRECTORY(format) |