Install async.h
Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
This commit is contained in:
parent
0c57a083c7
commit
edfab35cdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user