mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
update controller image and some dependencies
This commit is contained in:
parent
c1384422c3
commit
183a9d7088
667 changed files with 173907 additions and 17 deletions
12
ext/redis-plus-plus-1.3.3/cmake/redis++-config.cmake.in
Normal file
12
ext/redis-plus-plus-1.3.3/cmake/redis++-config.cmake.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
string(REPLACE "," ";" REDIS_PLUS_PLUS_DEPENDS_LIST @REDIS_PLUS_PLUS_DEPENDS@)
|
||||
foreach(REDIS_PLUS_PLUS_DEP ${REDIS_PLUS_PLUS_DEPENDS_LIST})
|
||||
find_dependency(${REDIS_PLUS_PLUS_DEP} REQUIRED)
|
||||
endforeach()
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/redis++-targets.cmake")
|
||||
|
||||
check_required_components(redis++)
|
12
ext/redis-plus-plus-1.3.3/cmake/redis++.pc.in
Normal file
12
ext/redis-plus-plus-1.3.3/cmake/redis++.pc.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
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++
|
Loading…
Add table
Add a link
Reference in a new issue