add webp support
This commit is contained in:
6
external/libwebp/CMakeLists.txt
vendored
Normal file
6
external/libwebp/CMakeLists.txt
vendored
Normal 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)
|
||||
|
Reference in New Issue
Block a user