mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00

Changed library prefix on Windows to lib so VS debugger doesn't conflict with minizip.exe. Removed _cmd suffix from the minigzip and minizip targets. #451
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@INSTALL_LIB_DIR@
|
|
sharedlibdir=@INSTALL_LIB_DIR@
|
|
includedir=@INSTALL_INC_DIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Minizip zip file manipulation library
|
|
Version: @VERSION@
|
|
|
|
Requires: zlib
|
|
Libs: -L${libdir} -L${sharedlibdir} -l@PROJECT_NAME@
|
|
Libs.private:@PC_PRIVATE_LIBS@
|
|
Cflags: -I${includedir}
|