aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 11:40:49 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 11:40:49 -0500
commit1d702b6376b49c2e115c5b985ca241aedc40a48b (patch)
tree5ded02647a693ef9e66dff810697b174a21033ea /swaymsg
parentmeson build manpages (diff)
downloadsway-1d702b6376b49c2e115c5b985ca241aedc40a48b.tar.gz
sway-1d702b6376b49c2e115c5b985ca241aedc40a48b.tar.zst
sway-1d702b6376b49c2e115c5b985ca241aedc40a48b.zip
meson build swaymsg
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/swaymsg/meson.build b/swaymsg/meson.build
new file mode 100644
index 00000000..2d678878
--- /dev/null
+++ b/swaymsg/meson.build
@@ -0,0 +1,8 @@
1executable(
2 'swaymsg',
3 'main.c',
4 include_directories: [sway_inc],
5 dependencies: [jsonc],
6 link_with: [lib_sway_common],
7 install: true
8)