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