wlroots/rootston/meson.build

12 lines
147 B
Meson
Raw Normal View History

2017-09-22 20:24:32 -04:00
executable(
'rootson', [
2017-09-22 20:24:32 -04:00
'config.c',
'desktop.c',
2017-09-22 20:24:32 -04:00
'ini.c',
2017-09-23 10:13:05 -04:00
'input.c',
'main.c',
'output.c',
2017-09-23 10:36:32 -04:00
'pointer.c'
2017-09-22 20:24:32 -04:00
], dependencies: wlroots
)