mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
common: create a static library
This commit is contained in:
parent
98678dea5d
commit
ec013d1f1a
3 changed files with 9 additions and 7 deletions
3
common/CMakeLists.txt
Normal file
3
common/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
add_library(sway_common STATIC
|
||||
list.c
|
||||
log.c)
|
||||
Loading…
Add table
Add a link
Reference in a new issue