diff options
author | raczman <none@none> | 2009-04-08 14:22:52 +0200 |
---|---|---|
committer | raczman <none@none> | 2009-04-08 14:22:52 +0200 |
commit | aebb58dd34c7a002800475ae5b4a7b10ff1c8941 (patch) | |
tree | 4e0df47171922a214facba477cfb48589659873c | |
parent | 46ecc1154bf742f2a21d437a0ebac05dd85197b7 (diff) |
Fix build on linux.
--HG--
branch : trunk
-rw-r--r-- | src/game/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 97f6c3bde6f..081d9669696 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -73,6 +73,8 @@ SET(game_STAT_SRCS CreatureAIRegistry.h CreatureAISelector.cpp CreatureAISelector.h + CreatureEventAI.cpp + CreatureEventAIMgr.cpp Creature.cpp Creature.h CreatureGroups.cpp @@ -293,4 +295,4 @@ SET(game_STAT_SRCS ) add_library(game STATIC ${game_STAT_SRCS}) -ADD_DEPENDENCIES(game revision.h)
\ No newline at end of file +ADD_DEPENDENCIES(game revision.h) |