Install binaries, libraries and headers in CMake.

Change-Id: Iaf32c716e0252f9a0e9f5d663f02b8fad98096e2
This commit is contained in:
Vincent Rabaud
2017-02-22 15:57:06 +01:00
parent 976adac1ce
commit 5f62487189
3 changed files with 88 additions and 3 deletions

View File

@ -0,0 +1,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}")