Expose version number parts in the header
This will avoid strutils::split to extract these values.
This commit is contained in:
parent
f24da5ac3d
commit
f2a108945d
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
#define VERSION "@FLIGHTGEAR_VERSION@"
|
||||
#define FLIGHTGEAR_VERSION "@FLIGHTGEAR_VERSION@"
|
||||
#define FLIGHTGEAR_MAJOR_VERSION @FG_VERSION_MAJOR@
|
||||
#define FLIGHTGEAR_MINOR_VERSION @FG_VERSION_MINOR@
|
||||
|
||||
#cmakedefine ENABLE_UIUC_MODEL
|
||||
#cmakedefine ENABLE_LARCSIM
|
||||
|
|
Loading…
Add table
Reference in a new issue