mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
13 lines
493 B
PkgConfig
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++
|