mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
15 lines
251 B
Meson
15 lines
251 B
Meson
labwc_sources += files(
|
|
'buf.c',
|
|
'dir.c',
|
|
'fd_util.c',
|
|
'font.c',
|
|
'grab-file.c',
|
|
'graphic-helpers.c',
|
|
'mem.c',
|
|
'nodename.c',
|
|
'scaled_font_buffer.c',
|
|
'scaled_scene_buffer.c',
|
|
'scene-helpers.c',
|
|
'spawn.c',
|
|
'string-helpers.c',
|
|
)
|