From 332b0f3c8efb39d2532b965a4aed266a33f267ef Mon Sep 17 00:00:00 2001 From: click Date: Tue, 8 Jun 2010 08:59:38 +0200 Subject: Properly build and link core (yay!) - Not done yet : Sorting out the PCH-system on *nix - Not done yet : Sorting out scriptcompilation (still broken) --HG-- branch : trunk --- src/server/game/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/game') diff --git a/src/server/game/CMakeLists.txt b/src/server/game/CMakeLists.txt index bf7b5d9f1ea..15d7da2b6d8 100644 --- a/src/server/game/CMakeLists.txt +++ b/src/server/game/CMakeLists.txt @@ -34,6 +34,8 @@ SET(game_STAT_SRCS AI/CreatureAIRegistry.h AI/CreatureAISelector.cpp AI/CreatureAISelector.h + AI/CreatureAI.cpp + AI/CreatureAI.h AuctionHouse/AuctionHouseMgr.cpp AuctionHouse/AuctionHouseMgr.h AuctionHouse/AuctionHouseBot/AuctionHouseBot.cpp -- cgit v1.2.3