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