Install async.h

Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
master
Justin Brewer 2019-01-21 13:41:58 -06:00 committed by Mark Nunberg
parent 0c57a083c7
commit edfab35cdc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ SET_TARGET_PROPERTIES(hiredis
INSTALL(TARGETS hiredis
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)
# Add tests: Currently, I don't know how to make the tests actually run