1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-11 09:13:54 +00:00
sway/common/meson.build
2017-11-30 06:25:13 -05:00

11 lines
177 B
Meson

lib_sway_common = static_library('sway-common',
files(
'log.c',
'list.c',
'util.c',
'stringop.c',
'readline.c',
'ipc-client.c'
),
include_directories: sway_inc
)