aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
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)