mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
23 lines
353 B
Meson
23 lines
353 B
Meson
labwc_sources += files(
|
|
'borderset.c',
|
|
'box.c',
|
|
'buf.c',
|
|
'dir.c',
|
|
'edge.c',
|
|
'fd-util.c',
|
|
'file-helpers.c',
|
|
'font.c',
|
|
'graphic-helpers.c',
|
|
'lab-scene-rect.c',
|
|
'match.c',
|
|
'mem.c',
|
|
'nodename.c',
|
|
'node-type.c',
|
|
'parse-bool.c',
|
|
'parse-double.c',
|
|
'scene-helpers.c',
|
|
'set.c',
|
|
'spawn.c',
|
|
'string-helpers.c',
|
|
'xml.c',
|
|
)
|