diff options
-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) |