mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Moves the ipc-client code out of common into a dedicated ipc library to allow moving swaybg/swaylock into a separate project more easily
8 lines
182 B
Meson
8 lines
182 B
Meson
executable(
|
|
'swaymsg',
|
|
'main.c',
|
|
include_directories: [sway_inc],
|
|
dependencies: [jsonc, wlroots],
|
|
link_with: [lib_sway_common, lib_sway_ipc],
|
|
install: true
|
|
)
|