CMake: added autogeneration of build flags in config.h header file
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 3 Jan 2013 14:14:05 +0000 (06:14 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 14 Jan 2013 08:34:17 +0000 (00:34 -0800)
commit5ae018f13303ab89615910dcf376d4e09b855a63
tree3b3055b3bfb58b4293ad617a8c800bbbd4d35985
parent23315a039d070656448da598c836061452d2c1aa
CMake: added autogeneration of build flags in config.h header file

now all build flags are automatically exported to the auto_generated
config.h file.

Note: config.h is no created in two passes:
1. pass: #cmakedefine macros are created for each build flag
2. pass: #cmakedefine macros are evaluated

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
.gitignore
LayerManagerBase/CMakeLists.txt
cmake/modules/CustomMacros.txt
cmake/modules/DefaultSettings.txt
config/CMakeLists.txt
config/res/config.h.cmake