wlroots/util/meson.build
Kirill Primak 2ca8a4c136 Merge branch 'rectpack' into 'master'
util: introduce rectangle packing helper

See merge request wlroots/wlroots!4761
2025-07-20 12:59:54 +03:00

19 lines
227 B
Meson

wlr_files += files(
'addon.c',
'array.c',
'box.c',
'env.c',
'global.c',
'log.c',
'matrix.c',
'mem.c',
'rect_union.c',
'rectpack.c',
'region.c',
'set.c',
'shm.c',
'time.c',
'token.c',
'transform.c',
'utf8.c',
)