Merge pull request #688 from kevin1018/patch-1
Add install adapters header files
This commit is contained in:
commit
9414207002
@ -48,6 +48,9 @@ INSTALL(TARGETS hiredis
|
|||||||
INSTALL(FILES hiredis.h read.h sds.h async.h
|
INSTALL(FILES hiredis.h read.h sds.h async.h
|
||||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis)
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis)
|
||||||
|
|
||||||
|
INSTALL(DIRECTORY adapters
|
||||||
|
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis)
|
||||||
|
|
||||||
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hiredis.pc
|
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hiredis.pc
|
||||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user