mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
meson: common static library
This commit is contained in:
parent
739bafbd8e
commit
cc310cffb0
2 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,11 @@
|
|||
sway_common = files(
|
||||
'log.c',
|
||||
'list.c',
|
||||
'util.c',
|
||||
'stringop.c',
|
||||
'readline.c',
|
||||
'ipc-client.c'
|
||||
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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue