mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
8 lines
315 B
C
8 lines
315 B
C
|
|
#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();
|