aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 03:39:27 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-11-30 03:39:27 -0500
commit88cc7e31781a0d42bdd4f9eee646c02ff03857c4 (patch)
tree7cb3d493be3e01752e345bdba29ea3ba2842c4ae /common/meson.build
parentworking meson build (diff)
downloadsway-88cc7e31781a0d42bdd4f9eee646c02ff03857c4.tar.gz
sway-88cc7e31781a0d42bdd4f9eee646c02ff03857c4.tar.zst
sway-88cc7e31781a0d42bdd4f9eee646c02ff03857c4.zip
use meson subdirectories
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/meson.build b/common/meson.build
new file mode 100644
index 00000000..ca1f1752
--- /dev/null
+++ b/common/meson.build
@@ -0,0 +1,8 @@
1sway_common = files(
2 'log.c',
3 'list.c',
4 'util.c',
5 'stringop.c',
6 'readline.c',
7 'ipc-client.c'
8)