mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
8 lines
224 B
Meson
8 lines
224 B
Meson
config_test = executable(
|
|
'test-config',
|
|
'test-config.c', '../tokenize.c',
|
|
wl_proto_headers,
|
|
link_with: [common],
|
|
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
|
|
|
test('config', config_test)
|