aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-30 11:40:49 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-30 11:40:49 -0500
commit1d702b6376b49c2e115c5b985ca241aedc40a48b (patch)
tree5ded02647a693ef9e66dff810697b174a21033ea /swaymsg
parent03182706cffc4e996d352c51b143df805f80a928 (diff)
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 @@
+executable(
+ 'swaymsg',
+ 'main.c',
+ include_directories: [sway_inc],
+ dependencies: [jsonc],
+ link_with: [lib_sway_common],
+ install: true
+)