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 | |
---|
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}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.