diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index bfe226e7045..eef7b7f65d3 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -32,6 +32,11 @@ set(scripts_STAT_SRCS ${scripts_spells} ${scripts_examples} Custom/on_events.cpp + ../game/AI/ScriptedAI/ScriptedEscortAI.cpp + ../game/AI/ScriptedAI/ScriptedCreature.cpp + ../game/AI/ScriptedAI/ScriptedFollowerAI.cpp + ../game/AI/ScriptedAI/ScriptedGuardAI.cpp + ../game/AI/ScriptedAI/ScriptedSimpleAI.cpp ) message("-- Added Scriptengine to SCRIPTS lib") |