build: Make generated headers a dependency for users of common.

This commit is contained in:
nia 2019-07-17 11:55:07 +01:00 committed by Patrick
parent 586f089df6
commit 92014628d1
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ hexchat_common = static_library('hexchatcommon',
)
hexchat_common_dep = declare_dependency(
sources: [textevents] + marshal,
link_with: hexchat_common,
include_directories: common_includes,
compile_args: common_cflags,