foot/tests/meson.build
Jake Stewart b80789c49a fix build
2026-02-19 20:19:30 +08:00

8 lines
223 B
Meson

config_test = executable(
'test-config',
'test-config.c',
wl_proto_headers,
link_with: [common, misc, tokenize],
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
test('config', config_test)