mirror of
https://github.com/Cyan4973/xxHash.git
synced 2026-01-19 04:52:10 +00:00
Fix issue 362
Fixed: https://github.com/Cyan4973/xxHash/issues/362#issue-619394966
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user