Skip to content

Commit 4839124

Browse files
authored
fix: link webpdecoder
WebP offers both `WebP::webp` and `WebP::webpdecoder` libraries. Linking to the slimmer decoder-only library here, requires distributing the corresponding `libwebpdecoder.dll` DLL.
1 parent 9441885 commit 4839124

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ target_link_libraries(SimpleGraphic
239239
re2::re2
240240
sol2
241241
Threads::Threads
242+
WebP::webpdecoder
242243
ZLIB::ZLIB
243244
zstd::libzstd_shared
244245
)

0 commit comments

Comments
 (0)