diff options
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/hiredis.pc.in')
| -rw-r--r-- | examples/redis-unstable/deps/hiredis/hiredis.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/redis-unstable/deps/hiredis/hiredis.pc.in b/examples/redis-unstable/deps/hiredis/hiredis.pc.in new file mode 100644 index 0000000..c7b8e0e --- /dev/null +++ b/examples/redis-unstable/deps/hiredis/hiredis.pc.in | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | prefix=@CMAKE_INSTALL_PREFIX@ | ||
| 2 | install_libdir=@CMAKE_INSTALL_LIBDIR@ | ||
| 3 | exec_prefix=${prefix} | ||
| 4 | libdir=${exec_prefix}/${install_libdir} | ||
| 5 | includedir=${prefix}/include | ||
| 6 | pkgincludedir=${includedir}/hiredis | ||
| 7 | |||
| 8 | Name: hiredis | ||
| 9 | Description: Minimalistic C client library for Redis. | ||
| 10 | Version: @PROJECT_VERSION@ | ||
| 11 | Libs: -L${libdir} -lhiredis | ||
| 12 | Cflags: -I${pkgincludedir} -I${includedir} -D_FILE_OFFSET_BITS=64 | ||
