wlroots/rootston/meson.build

12 lines
147 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 14:36:32 +00:00
'pointer.c'
2017-09-23 00:24:32 +00:00
], dependencies: wlroots
)