blob: 5af2254fa8be7c2062184fb66d8a7bf8ff871660 (
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',
'utf8.c',
)
|