mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
add generated version info log on startup of the plugin using the "GetGitRevisionDescription" cmake module from https://github.com/rpavlik/cmake-modules
3 lines
98 B
C++
3 lines
98 B
C++
#include "src/headers/version.h"
|
|
#define GIT_SHA1 "@GIT_SHA1@"
|
|
const char g_GIT_SHA1[] = GIT_SHA1; |