mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-05 19:42:54 +01:00
7 lines
174 B
CMake
7 lines
174 B
CMake
@PACKAGE_INIT@
|
|
|
|
set(WebP_INCLUDE_DIRS "webp")
|
|
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
|
|
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
|
|
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")
|