mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
11 lines
177 B
Meson
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
|
|
)
|