mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04: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(
|
executable(
|
||||||
'footclient',
|
'footclient',
|
||||||
'client.c',
|
'client.c',
|
||||||
'log.c', 'log.h',
|
'log.c', 'log.h', version,
|
||||||
install: true)
|
install: true)
|
||||||
|
|
||||||
custom_target(
|
custom_target(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue