labwc/src/common/meson.build

23 lines
336 B
Meson
Raw Normal View History

labwc_sources += files(
'box.c',
'buf.c',
'dir.c',
2025-08-21 17:57:29 +09:00
'edge.c',
'fd-util.c',
'file-helpers.c',
'font.c',
2022-08-20 00:01:06 +02:00
'graphic-helpers.c',
'lab-scene-rect.c',
'match.c',
'mem.c',
2021-02-16 21:04:49 +00:00
'nodename.c',
'node-type.c',
'parse-bool.c',
'parse-double.c',
2022-02-21 03:18:38 +01:00
'scene-helpers.c',
2024-10-07 09:15:34 +09:00
'set.c',
2020-06-19 22:00:22 +01:00
'spawn.c',
2020-10-09 19:46:59 +01:00
'string-helpers.c',
'xml.c',
)