CMake: add WEBP_BUILD_WEBPMUX to list of checks for exampleutil

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Change-Id: I1bd6163966d8cec9fc240fa46d41605f11d0c1ac
This commit is contained in:
Christopher Degawa 2021-06-12 01:20:04 -05:00
parent 4bc762f729
commit 11309aa54c
No known key found for this signature in database
GPG Key ID: 40BDA1D2A156699E

View File

@ -445,7 +445,8 @@ if(WEBP_BUILD_ANIM_UTILS
OR WEBP_BUILD_DWEBP OR WEBP_BUILD_DWEBP
OR WEBP_BUILD_GIF2WEBP OR WEBP_BUILD_GIF2WEBP
OR WEBP_BUILD_IMG2WEBP OR WEBP_BUILD_IMG2WEBP
OR WEBP_BUILD_VWEBP) OR WEBP_BUILD_VWEBP
OR WEBP_BUILD_WEBPMUX)
# Example utility library. # Example utility library.
parse_makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/examples "EXAMPLEUTIL_SRCS" parse_makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/examples "EXAMPLEUTIL_SRCS"
"example_util_[^ ]*") "example_util_[^ ]*")