mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Explicitly mark static linking in CMake
When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case.
This commit is contained in:
parent
468ddfb34d
commit
bcdeb72189
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ include_directories(
|
|||
${XKBCOMMON_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_library(sway-common
|
||||
add_library(sway-common STATIC
|
||||
ipc-client.c
|
||||
list.c
|
||||
log.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue