mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
parent
b77fea6948
commit
68fabb939e
@ -1,4 +1,4 @@
|
||||
Source: cpp-redis
|
||||
Version: 3.5.2
|
||||
Version: 3.5.2-1
|
||||
Build-Depends: tacopie
|
||||
Description: cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
|
||||
|
8
ports/cpp-redis/tacopie/CMakeLists.txt
Normal file
8
ports/cpp-redis/tacopie/CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
find_library(TACOPIE tacopie)
|
||||
find_path(TACOPIE_H tacopie/tacopie)
|
||||
|
||||
message(STATUS "TACOPIE_H: ${TACOPIE_H}")
|
||||
|
||||
add_library(tacopie INTERFACE)
|
||||
target_link_libraries(tacopie INTERFACE "${TACOPIE}")
|
||||
target_include_directories(tacopie INTERFACE "${TACOPIE_H}")
|
Loading…
x
Reference in New Issue
Block a user