Jan Beich | c30f1be | 2020-03-09 00:23:20 +0000 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
Andreas Schneider | ea1c68f | 2020-03-03 19:57:06 +0100 | [diff] [blame] | 2 | exec_prefix=${prefix}/bin |
Mike Frysinger | c6acdf6 | 2021-03-04 21:20:33 -0500 | [diff] [blame] | 3 | libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ |
Andreas Schneider | ea1c68f | 2020-03-03 19:57:06 +0100 | [diff] [blame] | 4 | includedir=${prefix}/include |
| 5 | |
| 6 | Name: @PROJECT_NAME@ |
| 7 | Description: Library for encoding and decoding .avif files |
| 8 | Version: @PROJECT_VERSION@ |
| 9 | Libs: -L${libdir} -lavif |
Yuan Tong | 291a67a | 2020-12-17 23:37:52 +0800 | [diff] [blame] | 10 | Cflags: -I${includedir}@AVIF_PKG_CONFIG_EXTRA_CFLAGS@ |