Revision: | 1096 |
Committed: | Sat Dec 30 14:40:33 2017 UTC (7 years, 9 months ago) by s10k |
File size: | 294 byte(s) |
Log Message: | 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) |
# | Content |
---|---|
1 | prefix=@CMAKE_INSTALL_PREFIX@ |
2 | exec_prefix=@CMAKE_INSTALL_PREFIX@ |
3 | libdir=@INSTALL_LIB_DIR@ |
4 | sharedlibdir=@INSTALL_LIB_DIR@ |
5 | includedir=@INSTALL_INC_DIR@ |
6 | |
7 | Name: zlib |
8 | Description: zlib compression library |
9 | Version: @VERSION@ |
10 | |
11 | Requires: |
12 | Libs: -L${libdir} -L${sharedlibdir} -lz |
13 | Cflags: -I${includedir} |