mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
10 lines
133 B
Meson
10 lines
133 B
Meson
executable(
|
|
'rootson', [
|
|
'config.c',
|
|
'desktop.c',
|
|
'ini.c',
|
|
'input.c',
|
|
'main.c',
|
|
'output.c',
|
|
], dependencies: wlroots
|
|
)
|