wlroots/rootston/meson.build

13 lines
167 B
Meson

executable(
'rootson', [
'config.c',
'desktop.c',
'ini.c',
'input.c',
'main.c',
'output.c',
'pointer.c',
'xdg_shell_v6.c'
], dependencies: wlroots
)