ZeroTierOne/ext/redis-plus-plus-1.3.3/cmake/redis++.pc.in
2022-06-22 15:03:19 -07:00

13 lines
493 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: redis++
Description: This is a Redis client, based on hiredis and written in C++11. It supports scritpting, pub/sub, pipeline, transaction, Redis Cluster, Redis Sentinel, connection pool, ACL, SSL and thread safety.
Version: @PROJECT_VERSION@
URL: https://github.com/sewenew/redis-plus-plus
Requires: @REDIS_PLUS_PLUS_DEPENDS@
Cflags: -I${includedir}
Libs: -L${libdir} -lredis++