use meson subdirectories

This commit is contained in:
Tony Crisci 2017-11-30 03:39:27 -05:00
parent ba6246ada1
commit 88cc7e3178
3 changed files with 39 additions and 33 deletions

8
common/meson.build Normal file
View file

@ -0,0 +1,8 @@
sway_common = files(
'log.c',
'list.c',
'util.c',
'stringop.c',
'readline.c',
'ipc-client.c'
)