gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / zlib / zlib.pc.cmakein
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}
This page took 0.02918 seconds and 4 git commands to generate.