From cad437d7f0728ee3cbc961eb6149b0ae9f82b869 Mon Sep 17 00:00:00 2001 From: click Date: Fri, 30 Jul 2010 00:45:47 +0200 Subject: Whops, a little too deletehappy there... --HG-- branch : trunk --- src/server/scripts/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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") -- cgit v1.2.3