mirror of
https://github.com/swaywm/sway.git
synced 2026-06-13 14:33:19 -04:00
9 lines
148 B
Meson
9 lines
148 B
Meson
|
|
executable(
|
||
|
|
'sway-save-tree',
|
||
|
|
'main.c',
|
||
|
|
include_directories: [sway_inc],
|
||
|
|
dependencies: [jsonc],
|
||
|
|
link_with: [lib_sway_common],
|
||
|
|
install: true
|
||
|
|
)
|