blob: abe0cdcfe98fc3d9d6cc75e4fff4500befa90e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
lib_sway_common = static_library('sway-common',
files(
'log.c',
'list.c',
'util.c',
'stringop.c',
'readline.c',
'ipc-client.c'
),
dependencies: [ wlroots ],
include_directories: sway_inc
)
|