blob: 053e2c5ebc68d8c287a41328238d5688f4d2b349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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',
)
|