source: s10k/CommonLibs/zlib-1.2.8/zlib.pc.cmakein@ 1096

Last change on this file since 1096 was 1096, checked in by s10k, 7 years ago

Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File size: 294 bytes
Line 
1prefix=@CMAKE_INSTALL_PREFIX@
2exec_prefix=@CMAKE_INSTALL_PREFIX@
3libdir=@INSTALL_LIB_DIR@
4sharedlibdir=@INSTALL_LIB_DIR@
5includedir=@INSTALL_INC_DIR@
6
7Name: zlib
8Description: zlib compression library
9Version: @VERSION@
10
11Requires:
12Libs: -L${libdir} -L${sharedlibdir} -lz
13Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.