Skip to content

Commit d74d7ec

Browse files
ruslorbsheth
authored andcommitted
Fix dependencies
1 parent 5511bf0 commit d74d7ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ if(WEBP_BUILD_ANIM_UTILS
438438
add_library(imageioutil STATIC ${IMAGEIOUTILS_SRCS})
439439
target_link_libraries(imageioutil PUBLIC webp)
440440

441+
target_link_libraries(exampleutil PUBLIC imageioutil)
442+
441443
# Image-decoding utility library.
442444
parse_makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/imageio "IMAGEDEC_SRCS"
443445
"imagedec_[^ ]*")

0 commit comments

Comments
 (0)