27be179939
build info is displayed at startup Fixes #1410
16 lines
258 B
CMake
16 lines
258 B
CMake
|
|
#pragma once
|
|
|
|
#cmakedefine BUILD_ID
|
|
|
|
#ifdef BUILD_ID
|
|
|
|
#undef BUILD_ID
|
|
|
|
#define BUILD_SERIES_NAME "@BUILD_SERIES_NAME@"
|
|
#define BUILD_ID "@BUILD_ID@"
|
|
#define BUILD_COMMIT_ID "@BUILD_COMMIT_ID@"
|
|
#define BUILD_DATETIME "@BUILD_DATETIME@"
|
|
#endif
|
|
|