mirror of https://github.com/madler/zlib.git
parent
f8867924c1
commit
ca6e7a0d55
3 changed files with 22 additions and 2 deletions
@ -0,0 +1,13 @@ |
||||
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} |
Loading…
Reference in new issue