mirror of
https://github.com/swaywm/sway.git
synced 2024-10-31 21:47:24 +00:00
9 lines
168 B
Meson
9 lines
168 B
Meson
executable(
|
|
'swaymsg',
|
|
'main.c',
|
|
include_directories: [sway_inc],
|
|
dependencies: [jsonc, wlroots],
|
|
link_with: [lib_sway_common],
|
|
install: true
|
|
)
|