mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
b17c413de4
Otherwise it may not be generated yet on first build.
9 lines
299 B
Meson
9 lines
299 B
Meson
# Generate a file containing the last annotated git tag and possibly also the
|
|
# amount of commits since then and the hash of the last commit
|
|
version_header = vcs_tag(
|
|
command : ['git', 'describe', '--always'],
|
|
input : 'version.h.in',
|
|
output : 'version.h',
|
|
replace_string : '@VCS_VERSION@'
|
|
)
|