mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
5f62487189
Change-Id: Iaf32c716e0252f9a0e9f5d663f02b8fad98096e2
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}")
|