add cmake options to perfer system libs to libwebp

This commit is contained in:
Green Sky
2025-04-06 20:15:56 +02:00
parent ace5ea9bf0
commit 2b992ade88
6 changed files with 45 additions and 12 deletions

View File

@ -194,8 +194,8 @@ target_link_libraries(tomato PUBLIC
stb_image
stb_image_write
webpdemux
libwebpmux # the f why (needed for anim encode)
WebP::webpdemux
WebP::libwebpmux # the f why (needed for anim encode)
qoi
SDL3_image::SDL3_image
)