Skip to content

Expanding CMake script and using additional information in AboutMe dialog

Christian Trageser requested to merge buildInformation into main

This expands the CMake script by gathering additional information from git like branch name and commit has value. These information are passed on to C++ Code via manifest and shown in the About Me dialog of Steca. By this it is easier to identify from which branch/commit each Steca application has been built. Also the branch name is now also included in the name of the windows installer.

Merge request reports