mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
11 lines
147 B
Meson
11 lines
147 B
Meson
executable(
|
|
'rootson', [
|
|
'config.c',
|
|
'desktop.c',
|
|
'ini.c',
|
|
'input.c',
|
|
'main.c',
|
|
'output.c',
|
|
'pointer.c'
|
|
], dependencies: wlroots
|
|
)
|