1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-10 09:49:48 +01:00
wlroots-hyprland/tinywl/meson.build

5 lines
102 B
Meson

executable(
'tinywl',
['tinywl.c', protocols_client_header['xdg-shell']],
dependencies: wlroots,
)