You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
3 years ago
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
libdir=@INSTALL_LIB_DIR@
|
||
|
sharedlibdir=@INSTALL_LIB_DIR@
|
||
|
includedir=@INSTALL_INC_DIR@
|
||
|
|
||
|
Name: minizip
|
||
|
Description: Minizip zip file manipulation library
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Requires: zlib
|
||
|
Libs: -L${libdir} -L${sharedlibdir} -lminizip
|
||
|
Cflags: -I${includedir}
|