mirror of
https://github.com/madler/zlib
synced 2026-08-14 18:32:07 -04:00
The CMAKE_INSTALL_*DIR variables can be absolute. In that case they should not be appended to the prefix.
14 lines
284 B
Text
14 lines
284 B
Text
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@pc_libdir@
|
|
sharedlibdir=${libdir}
|
|
includedir=@pc_includedir@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @zlib_VERSION@
|
|
License: Zlib
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|