1
0
Fork 0
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:
King_DuckZ 2016-06-07 22:45:30 +01:00
parent d5cf8e21b2
commit 0ab66fa1f1
6 changed files with 257 additions and 2 deletions

View file

@ -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