mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
8 lines
122 B
Meson
8 lines
122 B
Meson
|
|
executable(
|
||
|
|
'swayrun',
|
||
|
|
'main.c',
|
||
|
|
include_directories: [sway_inc],
|
||
|
|
link_with: [lib_sway_common],
|
||
|
|
install: true
|
||
|
|
)
|