sway/swayrun/meson.build

7 lines
88 B
Meson
Raw Normal View History

executable(
'swayrun',
'main.c',
install: true,
install_dir: libdir + '/sway'
)