Fix issue 362

Fixed: https://github.com/Cyan4973/xxHash/issues/362#issue-619394966
This commit is contained in:
vrqq
2020-05-16 15:43:29 +08:00
committed by GitHub
parent d45288407e
commit 90e5f76687

View File

@@ -118,6 +118,7 @@ if(NOT XXHASH_BUNDLED_MODE)
install(TARGETS xxhash
EXPORT xxHashTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}")
install(FILES "${XXHASH_DIR}/xxhash.h"