mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 01:03:52 +00:00
7 lines
139 B
CMake
7 lines
139 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
|
|
|
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|
|
ADD_SUBDIRECTORY(libwebsockets) |