2017-11-30 11:40:49 -05:00
|
|
|
executable(
|
|
|
|
|
'swaymsg',
|
|
|
|
|
'main.c',
|
|
|
|
|
include_directories: [sway_inc],
|
2018-01-05 23:09:26 +01:00
|
|
|
dependencies: [jsonc, wlroots],
|
2018-05-24 21:59:55 +02:00
|
|
|
link_with: [lib_sway_common, lib_sway_ipc],
|
2017-11-30 11:40:49 -05:00
|
|
|
install: true
|
|
|
|
|
)
|