[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:
Alex
2021-06-11 23:52:47 -04:00
committed by GitHub
parent 6e61f6d0ba
commit cc46297b32
4 changed files with 10 additions and 1 deletions
+2
View File
@@ -1,3 +1,4 @@
#ifdef BOTS
#ifdef LUA_EQEMU
#include "lua.hpp"
@@ -11,3 +12,4 @@ luabind::scope lua_register_bot() {
}
#endif
#endif