mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-13 04:27:47 -05:00
meson: add 'version' dependency to footclient
footclient (`client.c`, to be precise) includes `version.h`, which is a generated file.
This commit is contained in:
parent
df9a77663c
commit
310ead65ec
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ executable(
|
|||
executable(
|
||||
'footclient',
|
||||
'client.c',
|
||||
'log.c', 'log.h',
|
||||
'log.c', 'log.h', version,
|
||||
install: true)
|
||||
|
||||
custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue