cmake introduction
A short example project for the CMake build system
|
Namespace for configuration time constants. More...
Variables | |
information on the repository version and the build system | |
here some information from configure time (during a
| |
constexpr const char * | git_revision = "5aead1bf5c1d9181cd2c52a1103b98387e34f77b" |
Git revision id. More... | |
constexpr const char * | git_shortrev = "5aead1b" |
CurrentGit shortrev. More... | |
constexpr const char * | git_branch = "" |
Current Git branch. More... | |
constexpr const char * | build_type = "Debug" |
Current build type. More... | |
Namespace for configuration time constants.
The constants are automatically defined by CMake in the configuration process.
constexpr const char* configure_time_constants::build_type = "Debug" |
constexpr const char* configure_time_constants::git_branch = "" |
constexpr const char* configure_time_constants::git_revision = "5aead1bf5c1d9181cd2c52a1103b98387e34f77b" |