Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 174 Bytes

WebPConfig.cmake.in

File metadata and controls

6 lines (5 loc) · 174 Bytes
 
Oct 26, 2018
Oct 26, 2018
1
2
3
4
5
6
@PACKAGE_INIT@
set(WebP_INCLUDE_DIRS "webp")
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")