diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-11-30 03:39:27 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-11-30 03:39:27 -0500 |
| commit | 9f449dfa66c68f616c4280dd3c8c54501f557433 (patch) | |
| tree | 7cb3d493be3e01752e345bdba29ea3ba2842c4ae /common/meson.build | |
| parent | 35fc2ab62b532d3c8318cd7026cf7b4fe4d28a44 (diff) | |
use meson subdirectories
Diffstat (limited to 'common/meson.build')
| -rw-r--r-- | common/meson.build | 8 |
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 @@ +sway_common = files( + 'log.c', + 'list.c', + 'util.c', + 'stringop.c', + 'readline.c', + 'ipc-client.c' +) |
