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}")
|