mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 11:55:42 +02:00
bar: cmake: remove trailing whitespace
This commit is contained in:
parent
ccd5948585
commit
d185f7237d
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +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}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue