2017-11-30 16:40:49 +00:00
|
|
|
executable(
|
2019-01-18 07:26:44 +00:00
|
|
|
'swaymsg',
|
|
|
|
'main.c',
|
|
|
|
include_directories: [sway_inc],
|
2019-01-21 18:01:09 +00:00
|
|
|
dependencies: [jsonc],
|
2019-01-18 07:26:44 +00:00
|
|
|
link_with: [lib_sway_common],
|
|
|
|
install: true
|
2017-11-30 16:40:49 +00:00
|
|
|
)
|