mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-03 06:46:42 -04:00
client: a standalone binary that connects to a foot --server
This commit is contained in:
parent
a1efd65746
commit
6637c8aeda
4 changed files with 143 additions and 0 deletions
|
|
@ -90,6 +90,12 @@ executable(
|
|||
dependencies: [threads, math, freetype, fontconfig, pixman, wayland_client, wayland_cursor, xkb],
|
||||
install: true)
|
||||
|
||||
executable(
|
||||
'footclient',
|
||||
'client.c',
|
||||
'log.c', 'log.h',
|
||||
install: true)
|
||||
|
||||
custom_target(
|
||||
'terminfo',
|
||||
output: 'f',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue