mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 12:20:47 +02:00
Add bottom status bar with git build info and compile time
This commit is contained in:
parent
cd2caf7821
commit
a2485907ef
6 changed files with 118 additions and 1 deletions
8
Source/BuildInfo.h.in
Normal file
8
Source/BuildInfo.h.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
// Generated at build time by cmake/GenerateBuildInfo.cmake. Do not edit manually.
|
||||
#define CHROMAFLOCK_GIT_HASH "@CHROMAFLOCK_GIT_HASH@"
|
||||
#define CHROMAFLOCK_GIT_BRANCH "@CHROMAFLOCK_GIT_BRANCH@"
|
||||
#define CHROMAFLOCK_GIT_DIRTY @CHROMAFLOCK_GIT_DIRTY@
|
||||
|
||||
#include <string>
|
||||
std::string getBuildInfoString();
|
||||
Loading…
Add table
Add a link
Reference in a new issue