mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Include the configuration as a dependency
Apparently this wasn't even supposed to work, so it's probably a good idea to do it properly before things break.
This commit is contained in:
@@ -27,3 +27,8 @@ version_header = vcs_tag(
|
||||
output : 'version.h',
|
||||
replace_string : '@VCS_VERSION@'
|
||||
)
|
||||
|
||||
configuration_dep = declare_dependency(
|
||||
include_directories : include_directories('.'),
|
||||
sources : [config_header, version_header],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user