mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
cce9c338c0
This creates (static) libraries for protocols/, common/, and wayland/.
8 lines
80 B
CMake
8 lines
80 B
CMake
add_library(sway-common
|
|
ipc-client.c
|
|
list.c
|
|
log.c
|
|
readline.c
|
|
stringop.c
|
|
)
|