mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Stub implementation of a Redis backend.
This commit is contained in:
parent
d5cf8e21b2
commit
0ab66fa1f1
6 changed files with 257 additions and 2 deletions
|
@ -87,7 +87,6 @@ configure_file(
|
|||
|
||||
target_include_directories(${PROJECT_NAME} SYSTEM
|
||||
INTERFACE ${Boost_INCLUDE_DIRS}
|
||||
INTERFACE ${PostgreSQL_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_compile_features(${PROJECT_NAME}
|
||||
|
@ -147,7 +146,6 @@ if (BUILD_TESTING)
|
|||
endif()
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
INTERFACE ${PostgreSQL_LIBRARIES}
|
||||
INTERFACE ${Boost_LIBRARIES}
|
||||
INTERFACE ${bare_name}-pq
|
||||
INTERFACE ${bare_name}-inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue