wlroots-hyprland/rootston/meson.build

11 lines
133 B
Meson
Raw Normal View History

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