build: Make generated headers a dependency for users of common.
This commit is contained in:
parent
4ab756af7b
commit
60c9263d49
@ -109,6 +109,7 @@ hexchat_common = static_library('hexchatcommon',
|
|||||||
)
|
)
|
||||||
|
|
||||||
hexchat_common_dep = declare_dependency(
|
hexchat_common_dep = declare_dependency(
|
||||||
|
sources: [textevents] + marshal,
|
||||||
link_with: hexchat_common,
|
link_with: hexchat_common,
|
||||||
include_directories: common_includes,
|
include_directories: common_includes,
|
||||||
compile_args: common_cflags,
|
compile_args: common_cflags,
|
||||||
|
Loading…
Reference in New Issue
Block a user