mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-16 18:12:09 +01:00
16 lines
189 B
Meson
16 lines
189 B
Meson
wlr_files += files(
|
|
'addon.c',
|
|
'array.c',
|
|
'box.c',
|
|
'env.c',
|
|
'global.c',
|
|
'log.c',
|
|
'rect_union.c',
|
|
'region.c',
|
|
'set.c',
|
|
'shm.c',
|
|
'time.c',
|
|
'token.c',
|
|
'transform.c',
|
|
'utf8.c',
|
|
)
|