cmake find_package(WEBP) examples

libgd/libgd CMakeLists.txt :151

FIND_PACKAGE(WEBP REQUIRED)

LibreSprite/LibreSprite CMakeLists.txt :170

find_package(WEBP QUIET)

microsoft/vcpkg ports/libgd/fix-dependencies.cmake :9

-		FIND_PACKAGE(WEBP REQUIRED)

microsoft/vcpkg ports/libgd/fix-dependencies.cmake :10

+		find_package(WEBP NAMES WebP CONFIG REQUIRED)