1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Add unit test for IndexResponse.

This commit is contained in:
King_DuckZ 2017-05-06 21:49:46 +01:00
parent f5f19350ea
commit df384f5128
7 changed files with 312 additions and 21 deletions

View file

@ -8,6 +8,8 @@ add_executable(${PROJECT_NAME}
)
target_link_libraries(${PROJECT_NAME}
PRIVATE tawashi_implem
#hack - add duckhandy to the project instead of picking from inside redis
PRIVATE duckhandy
)
set_target_properties(
@ -17,8 +19,6 @@ set_target_properties(
target_include_directories(${PROJECT_NAME}
PRIVATE ${TAWASHI_GEN_INCLUDE_DIR}
#hack - add duckhandy to the project instead of picking from inside redis
PRIVATE ${TAWASHI_SOURCE_ROOT}/lib/incredis/lib/duckhandy/include
)
install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION lib