mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
22 lines
373 B
Meson
22 lines
373 B
Meson
labwc_sources += files(
|
|
'direction.c',
|
|
'box.c',
|
|
'buf.c',
|
|
'dir.c',
|
|
'fd-util.c',
|
|
'file-helpers.c',
|
|
'font.c',
|
|
'grab-file.c',
|
|
'graphic-helpers.c',
|
|
'match.c',
|
|
'mem.c',
|
|
'nodename.c',
|
|
'parse-bool.c',
|
|
'parse-double.c',
|
|
'scaled-font-buffer.c',
|
|
'scaled-scene-buffer.c',
|
|
'scene-helpers.c',
|
|
'surface-helpers.c',
|
|
'spawn.c',
|
|
'string-helpers.c',
|
|
)
|