mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
meson build swaymsg
This commit is contained in:
parent
03182706cf
commit
1d702b6376
2 changed files with 9 additions and 0 deletions
8
swaymsg/meson.build
Normal file
8
swaymsg/meson.build
Normal file
|
@ -0,0 +1,8 @@
|
|||
executable(
|
||||
'swaymsg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [jsonc],
|
||||
link_with: [lib_sway_common],
|
||||
install: true
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue