Add BLAKE3 cryptographic hash function integration

This commit is contained in:
2025-10-03 03:46:55 +01:00
parent 6ebf65d36d
commit 5a8a8c630f
4 changed files with 113 additions and 0 deletions

View File

@@ -138,6 +138,10 @@ include_directories(include include/aaruformat 3rdparty/uthash/include 3rdparty/
include(3rdparty/flac.cmake)
include(3rdparty/lzma.cmake)
include(3rdparty/xxhash.cmake)
include(3rdparty/blake3.cmake)
if(TARGET blake3)
target_link_libraries(aaruformat blake3)
endif()
macro(TARGET_LINK_LIBRARIES_WHOLE_ARCHIVE target)
if(MSVC)