mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 15:38:27 +00:00
[Bug Fix] Fix CMakeLists.txt so compile works. (#1387)
* [Bug Fix] Fix CMakeLists.txt so compile works. * Typo. * Add ifdefs to bot files so they're not used unless bots are enabled.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifdef BOTS
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua.hpp"
|
||||
@@ -11,3 +12,4 @@ luabind::scope lua_register_bot() {
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user