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:
Robbert van der Helm
2021-07-13 21:51:27 +02:00
parent 3dfb17cf5e
commit 4013aea63a
4 changed files with 17 additions and 16 deletions
+5
View File
@@ -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],
)