mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-06 07:26:41 +00:00
14 lines
321 B
Plaintext
Executable File
14 lines
321 B
Plaintext
Executable File
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}
|