diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-04-28 08:39:11 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-04-28 08:39:11 -0400 |
commit | 43e1e546347509c278d3362a9e5da7316216274c (patch) | |
tree | 2d41df599c6ee445bd727a71f3d746cef9125015 /src | |
parent | 48f3a98fa279b3d3bb021b3ac71bacc9ceae1311 (diff) |
Add newline to src/game/CMakeLists.txt <rolleyes>
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 316eb8a659c..621ce3def3e 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -267,4 +267,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) |