mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Generate a header containing git version info
It contains the last annotated tag, and possibly also the number of commits since then and the hash of the last commit.
This commit is contained in:
@@ -27,6 +27,10 @@ endif
|
||||
# about the way these two components work together can be found in the readme
|
||||
# file.
|
||||
|
||||
# Generate header files for configuration variables such as the current git tag
|
||||
# and the last commit hash
|
||||
subdir('src/common/config')
|
||||
|
||||
boost_dep = dependency('boost', modules : ['filesystem'])
|
||||
bitsery_dep = subproject('bitsery').get_variable('bitsery_dep')
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
Reference in New Issue
Block a user