mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-01 07:12:26 +00:00
7 lines
108 B
CMake
7 lines
108 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
|
|
|
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|