Commit edfab35c authored by Justin Brewer's avatar Justin Brewer Committed by Mark Nunberg
Browse files

Install async.h


Signed-off-by: default avatarJustin Brewer <jzb0012@auburn.edu>
parent 0c57a083
...@@ -37,7 +37,7 @@ SET_TARGET_PROPERTIES(hiredis ...@@ -37,7 +37,7 @@ SET_TARGET_PROPERTIES(hiredis
INSTALL(TARGETS hiredis INSTALL(TARGETS hiredis
DESTINATION "${CMAKE_INSTALL_LIBDIR}") DESTINATION "${CMAKE_INSTALL_LIBDIR}")
INSTALL(FILES hiredis.h read.h sds.h INSTALL(FILES hiredis.h read.h sds.h async.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis)
# Add tests: Currently, I don't know how to make the tests actually run # Add tests: Currently, I don't know how to make the tests actually run
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment