mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-07-08 17:56:25 +00:00
Source URL: git://gcc.gnu.org/git/gcc.git Source Commit: 3e7b85061947bdc7c7465743ba90734566860821
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@INSTALL_LIB_DIR@
|
|
sharedlibdir=@INSTALL_LIB_DIR@
|
|
includedir=@INSTALL_INC_DIR@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|