diff options
author | Mark Nunberg <mnunberg@users.noreply.github.com> | 2019-08-09 04:02:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-09 04:02:53 -0400 |
commit | f9bccfb7baa0bd0c9fdbaee602398590ea364f67 (patch) | |
tree | e94e828e31b9f71166436c2a560f33f650ffb13e /hiredis.pc.in | |
parent | 300fc013c1559ece991abcbf886c86e807c36ba4 (diff) | |
parent | 5d013039a95402ff555ab51a7340d4af91b6f72b (diff) |
Merge branch 'master' into createArray-size_t
Diffstat (limited to 'hiredis.pc.in')
-rw-r--r-- | hiredis.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hiredis.pc.in b/hiredis.pc.in new file mode 100644 index 0000000..140b040 --- /dev/null +++ b/hiredis.pc.in @@ -0,0 +1,11 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include +pkgincludedir=${includedir}/hiredis + +Name: hiredis +Description: Minimalistic C client library for Redis. +Version: @PROJECT_VERSION@ +Libs: -L${libdir} -lhiredis +Cflags: -I${pkgincludedir} -D_FILE_OFFSET_BITS=64 |