parent
ab35e0383f
commit
bb2f007ad3
@ -1,9 +1,8 @@
|
|||||||
executable(
|
executable(
|
||||||
'swaymsg',
|
'swaymsg',
|
||||||
'main.c',
|
'main.c',
|
||||||
include_directories: [sway_inc],
|
include_directories: [sway_inc],
|
||||||
dependencies: [jsonc, wlroots],
|
dependencies: [jsonc, wlroots],
|
||||||
link_with: [lib_sway_common],
|
link_with: [lib_sway_common],
|
||||||
install_rpath : rpathdir,
|
install: true
|
||||||
install: true
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue