mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +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}")
|