Add xxHash submodule and CMake integration for fast hashing

This commit is contained in:
2025-09-30 20:04:45 +01:00
parent f34215f33c
commit 88816c37fd
4 changed files with 65 additions and 1 deletions

View File

@@ -123,12 +123,15 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
src/create.c
src/time.c
src/write.c
include/log.h)
include/log.h
src/ddt/hash_map.c
include/aaruformat/hash_map.h)
include_directories(include include/aaruformat)
include(3rdparty/flac.cmake)
include(3rdparty/lzma.cmake)
include(3rdparty/xxhash.cmake)
macro(TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE target)
if(MSVC)