webpdecoder->webp

This commit is contained in:
2025-07-23 20:15:07 +03:00
parent 3c4aa768ec
commit 8dda053dcf
2 changed files with 33 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(SQLITE3 REQUIRED sqlite3)
pkg_check_modules(CAIRO REQUIRED cairo)
pkg_check_modules(STB REQUIRED stb)
pkg_check_modules(WEBP REQUIRED libwebpdecoder)
pkg_check_modules(WEBP REQUIRED libwebp)
# Link the pre-installed DPP package.
target_link_libraries(${PROJECT_NAME} ${DPP_LIBRARIES} ${SQLITE3_LIBRARIES}