mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
set version in build.c from CmakeLists.txt version info (#1678)
This commit is contained in:
parent
02c0caff4f
commit
f1070a2e74
6 changed files with 20 additions and 17 deletions
|
@ -1,4 +0,0 @@
|
|||
const char gBuildVersion[] = "ZHORA BRAVO (4.0.1)";
|
||||
const char gBuildTeam[] = "github.com/harbourmasters";
|
||||
const char gBuildDate[] = __DATE__ " " __TIME__;
|
||||
const char gBuildMakeOption[] = "";
|
5
soh/src/boot/build.c.in
Normal file
5
soh/src/boot/build.c.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
const char gBuildVersion[] = "@PROJECT_BUILD_NAME@ (@CMAKE_PROJECT_VERSION_MAJOR@.@CMAKE_PROJECT_VERSION_MINOR@.@CMAKE_PROJECT_VERSION_PATCH@)";
|
||||
const char gBuildTeam[] = "@PROJECT_TEAM@";
|
||||
const char gBuildDate[] = __DATE__ " " __TIME__;
|
||||
const char gBuildMakeOption[] = "";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue