summaryrefslogtreecommitdiffstats
path: root/src/utils/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-231-0/+896
This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed.