mirror of
https://github.com/madler/zlib
synced 2026-06-08 15:37:26 +00:00
91292b1c44
The CMAKE_INSTALL_*DIR variables can be absolute. In that case they should not be appended to the prefix.
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
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}
|