redis++.pc.in 493 B

123456789101112
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=${prefix}
  3. libdir=${exec_prefix}/lib
  4. includedir=${prefix}/include
  5. Name: redis++
  6. 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.
  7. Version: @PROJECT_VERSION@
  8. URL: https://github.com/sewenew/redis-plus-plus
  9. Requires: @REDIS_PLUS_PLUS_DEPENDS@
  10. Cflags: -I${includedir}
  11. Libs: -L${libdir} -lredis++