mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
cmake: build common code only once
This creates (static) libraries for protocols/, common/, and wayland/.
This commit is contained in:
parent
f76b7f5385
commit
cce9c338c0
9 changed files with 93 additions and 78 deletions
7
common/CMakeLists.txt
Normal file
7
common/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
add_library(sway-common
|
||||
ipc-client.c
|
||||
list.c
|
||||
log.c
|
||||
readline.c
|
||||
stringop.c
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue