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