mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
9 lines
127 B
Meson
9 lines
127 B
Meson
|
|
lib_sway_ipc = static_library(
|
||
|
|
'sway-ipc',
|
||
|
|
files(
|
||
|
|
'ipc-client.c',
|
||
|
|
),
|
||
|
|
dependencies: [ ],
|
||
|
|
include_directories: sway_inc
|
||
|
|
)
|