mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
use meson subdirectories
This commit is contained in:
parent
ba6246ada1
commit
88cc7e3178
3 changed files with 39 additions and 33 deletions
8
common/meson.build
Normal file
8
common/meson.build
Normal file
|
@ -0,0 +1,8 @@
|
|||
sway_common = files(
|
||||
'log.c',
|
||||
'list.c',
|
||||
'util.c',
|
||||
'stringop.c',
|
||||
'readline.c',
|
||||
'ipc-client.c'
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue