diff options
author | Muhaha <none@none> | 2009-02-20 15:12:45 +0100 |
---|---|---|
committer | Muhaha <none@none> | 2009-02-20 15:12:45 +0100 |
commit | f709da7d86543e1382c25137acc6c111cc52f50c (patch) | |
tree | d2dfcff7e905b5859aa2ee3638569b811274768c | |
parent | 04560f0437039556343c80e04c29e09bc570aea7 (diff) |
* cmake fix.
--HG--
branch : trunk
-rw-r--r-- | src/game/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index e89fe0df100..7d2d60fa28a 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -199,6 +199,8 @@ SET(game_STAT_SRCS PlayerDump.h PointMovementGenerator.cpp PointMovementGenerator.h + PoolHandler.cpp + PoolHandler.h PossessedAI.cpp PossessedAI.h QueryHandler.cpp |