diff options
| author | click <none@none> | 2010-08-09 21:36:03 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-09 21:36:03 +0200 |
| commit | 4b5c9552cb42064b037799ddf8c248e495dab166 (patch) | |
| tree | e417f82bed4ef5a49bf80cc57f1e2ea3d52a89c0 /src/server/scripts | |
| parent | 79dcd5859a8fbe83d6d95b6be0658f6c15de984a (diff) | |
BuildSystem/Windows: Add RelWithDebInfo configuration-type (reverts previous commit for fixups with RelWithDebInfo buildtype)
+ Stuff revision.h in under genrev project (yay, another project removed from projectlist)
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index 9f9f4d42b77..792f6c81bfe 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -139,6 +139,8 @@ include_directories( add_library(scripts STATIC ${scripts_STAT_SRCS}) +add_dependencies(scripts genrev) + # Generate precompiled header if(PCH) if(CMAKE_COMPILER_IS_GNUCXX) |
