[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
#ifndef EQEMU_LUA_BOT_H
#define EQEMU_LUA_BOT_H
#ifdef LUA_EQEMU
@@ -28,3 +29,4 @@ public:
#endif
#endif
#endif