mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
The back-reference to 'tokenize.c' in the parent directory causes PGO build failures, where gcc can't find the PGO data. Likely due to path/naming issues caused by meson's generated build directories.
8 lines
217 B
Meson
8 lines
217 B
Meson
config_test = executable(
|
|
'test-config',
|
|
'test-config.c',
|
|
wl_proto_headers,
|
|
link_with: [common, tokenize],
|
|
dependencies: [pixman, xkb, fontconfig, wayland_client, fcft, tllist])
|
|
|
|
test('config', config_test)
|