mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
particle/string: explicitly link against cairo
Because it's the right thing to do. It worked without it, since the f00bar main binary is linked with -rdynamic (to give plugins access to core functions).
This commit is contained in:
parent
bc9c33c187
commit
c6ce536cff
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ add_library(ramp MODULE ramp.c)
|
|||
target_link_libraries(ramp particle-sdk)
|
||||
|
||||
add_library(string MODULE string.c)
|
||||
target_link_libraries(string particle-sdk)
|
||||
target_link_libraries(string particle-sdk ${CAIRO_LIBRARIES})
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
|
|
Loading…
Add table
Reference in a new issue