2017-09-22 20:24:32 -04:00
|
|
|
executable(
|
2017-09-23 14:56:09 -04:00
|
|
|
'rootston', [
|
2017-09-22 20:24:32 -04:00
|
|
|
'config.c',
|
2017-09-23 14:53:15 -04:00
|
|
|
'cursor.c',
|
2017-09-23 00:29:53 -04:00
|
|
|
'desktop.c',
|
2017-09-22 20:24:32 -04:00
|
|
|
'ini.c',
|
2017-09-23 10:13:05 -04:00
|
|
|
'input.c',
|
2017-09-23 18:32:03 -04:00
|
|
|
'keyboard.c',
|
2017-09-23 00:29:53 -04:00
|
|
|
'main.c',
|
|
|
|
'output.c',
|
2017-09-23 11:13:18 -04:00
|
|
|
'pointer.c',
|
2017-10-01 11:21:55 -04:00
|
|
|
'tablet_tool.c',
|
2017-09-26 23:59:25 +02:00
|
|
|
'xdg_shell_v6.c',
|
2017-09-28 08:54:57 -04:00
|
|
|
'xwayland.c',
|
2017-09-27 14:48:53 +02:00
|
|
|
'wl_shell.c',
|
2017-09-22 20:24:32 -04:00
|
|
|
], dependencies: wlroots
|
|
|
|
)
|