aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/hiredis/hiredis.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/hiredis.pc.in')
-rw-r--r--examples/redis-unstable/deps/hiredis/hiredis.pc.in12
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 @@
1prefix=@CMAKE_INSTALL_PREFIX@
2install_libdir=@CMAKE_INSTALL_LIBDIR@
3exec_prefix=${prefix}
4libdir=${exec_prefix}/${install_libdir}
5includedir=${prefix}/include
6pkgincludedir=${includedir}/hiredis
7
8Name: hiredis
9Description: Minimalistic C client library for Redis.
10Version: @PROJECT_VERSION@
11Libs: -L${libdir} -lhiredis
12Cflags: -I${pkgincludedir} -I${includedir} -D_FILE_OFFSET_BITS=64