mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
12 lines
128 B
Meson
12 lines
128 B
Meson
|
|
labwc_sources = files(
|
||
|
|
'main.c',
|
||
|
|
'server.c',
|
||
|
|
'output.c',
|
||
|
|
'view.c',
|
||
|
|
'xdg.c',
|
||
|
|
'xwl.c',
|
||
|
|
'deco.c',
|
||
|
|
)
|
||
|
|
|
||
|
|
subdir('debug')
|