mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
7e8a24fcec
* Add perlbind library * Convert perl apis to perlbind
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)
|