wlroots-hyprland/util/meson.build

17 lines
189 B
Meson
Raw Permalink Normal View History

wlr_files += files(
2021-08-09 16:57:19 +02:00
'addon.c',
'array.c',
2021-07-01 22:36:01 +02:00
'box.c',
2022-08-19 15:59:30 +02:00
'env.c',
'global.c',
'log.c',
'rect_union.c',
'region.c',
2022-08-19 20:19:30 +02:00
'set.c',
'shm.c',
'time.c',
'token.c',
'transform.c',
'utf8.c',
)