wlroots/rootston/meson.build

13 lines
167 B
Meson
Raw Normal View History

2017-09-23 00:24:32 +00:00
executable(
'rootson', [
2017-09-23 00:24:32 +00:00
'config.c',
'desktop.c',
2017-09-23 00:24:32 +00:00
'ini.c',
2017-09-23 14:13:05 +00:00
'input.c',
'main.c',
'output.c',
2017-09-23 15:13:18 +00:00
'pointer.c',
'xdg_shell_v6.c'
2017-09-23 00:24:32 +00:00
], dependencies: wlroots
)