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