Built SDL2_image and _mixer static
This commit is contained in:
11
libsdl2_image/external/libwebp-1.0.2/cmake/WebPConfig.cmake.in
vendored
Normal file
11
libsdl2_image/external/libwebp-1.0.2/cmake/WebPConfig.cmake.in
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
set(WebP_VERSION @PROJECT_VERSION@)
|
||||
set(WEBP_VERSION ${WebP_VERSION})
|
||||
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
||||
|
||||
set(WebP_INCLUDE_DIRS "webp")
|
||||
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
|
||||
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
|
||||
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")
|
Reference in New Issue
Block a user