#pragma once namespace mindball { namespace BuildInfo { inline constexpr const char* gitHash = "@MINDBALL_GIT_HASH@"; inline constexpr const char* gitBranch = "@MINDBALL_GIT_BRANCH@"; inline constexpr bool gitDirty = @MINDBALL_GIT_DIRTY@; inline constexpr const char* buildTime = "@MINDBALL_BUILD_TIME@"; } }