add webp support

This commit is contained in:
2023-08-02 15:06:19 +02:00
parent bdfe44399a
commit 2dba4f8fbb
6 changed files with 99 additions and 1 deletions

6
external/libwebp/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
set(WEBP_LINK_STATIC ON CACHE INTERNAL "")
add_subdirectory(./libwebp EXCLUDE_FROM_ALL)