diff options
Diffstat (limited to 'src/common/meson.build')
-rw-r--r-- | src/common/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/meson.build b/src/common/meson.build new file mode 100644 index 00000000..2e421658 --- /dev/null +++ b/src/common/meson.build @@ -0,0 +1,6 @@ +version_h = vcs_tag( + input : 'version.h.in', + output : 'version.h') +version_f = vcs_tag( + input : 'version.in', + output : 'version') |