diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-04-03 18:31:29 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-03 18:31:29 -0400 |
commit | 98642ff69ec14ff1a3b73356817b457c7e9e92c4 (patch) | |
tree | faab61f7b0a9fd4cda7dca0cb66e6df8aab7167c /src | |
parent | c48ea87a035127ede390e6c461ecbd213bf3b7e0 (diff) |
Fix errors with cmake and revision.h fix by raczman
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 5e84c28ebb8..d8079ee8418 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -293,3 +293,4 @@ SET(game_STAT_SRCS ) add_library(game STATIC ${game_STAT_SRCS}) +ADD_DEPENDENCIES(game revision.h)
\ No newline at end of file |