mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
bar: cmake: not necessary when building STATIC, but we do depend on threads
This commit is contained in:
parent
ae5029826b
commit
ccd5948585
1 changed files with 1 additions and 0 deletions
|
@ -61,4 +61,5 @@ add_library(bar STATIC EXCLUDE_FROM_ALL bar.c bar.h private.h backend.h)
|
|||
target_link_libraries(bar
|
||||
$<$<BOOL:${ENABLE_X11}>:bar-xcb>
|
||||
$<$<BOOL:${ENABLE_WAYLAND}>:bar-wayland>
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue