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