mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
8 lines
150 B
CMake
8 lines
150 B
CMake
IF(EQEMU_BUILD_LUA)
|
|
ADD_SUBDIRECTORY(luabind)
|
|
ENDIF(EQEMU_BUILD_LUA)
|
|
|
|
IF(EQEMU_BUILD_PERL)
|
|
ADD_SUBDIRECTORY(perlbind)
|
|
ENDIF(EQEMU_BUILD_PERL)
|