mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
12 lines
177 B
Meson
12 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
|
|
)
|