client: a standalone binary that connects to a foot --server

This commit is contained in:
Daniel Eklöf 2019-11-01 20:39:34 +01:00
parent a1efd65746
commit 6637c8aeda
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 143 additions and 0 deletions

View file

@ -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',