From edfab35cdcc5d5767918322b8af2dc41915f416d Mon Sep 17 00:00:00 2001 From: Justin Brewer Date: Mon, 21 Jan 2019 13:41:58 -0600 Subject: Install async.h Signed-off-by: Justin Brewer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d5df625..e58bfa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v1.2.3