eqemu-server/libs/CMakeLists.txt
KimLS 2fd439dd0b Revert "Remove format lib all together it was a relic of spdlog anyway"
This reverts commit 487dccfddd6c14ad2c43bcc77af1a61c81e735f9.
2016-09-11 21:43:42 -07:00

6 lines
122 B
CMake

IF(EQEMU_BUILD_LUA)
ADD_SUBDIRECTORY(luabind)
ENDIF(EQEMU_BUILD_LUA)
ADD_SUBDIRECTORY(libuv)
ADD_SUBDIRECTORY(format)