vendor: move hash to vendor (#27262)

* vendor: move hash to vendor

* group hashes into one single static lib
This commit is contained in:
Xuan-Son Nguyen
2026-08-17 18:21:02 +02:00
committed by GitHub
parent 34af94cd9a
commit 39be55c97e
18 changed files with 122 additions and 66 deletions
+1
View File
@@ -227,6 +227,7 @@ add_subdirectory(src)
if (LLAMA_BUILD_COMMON)
add_subdirectory(common)
add_subdirectory(vendor/cpp-httplib)
add_subdirectory(vendor/hash)
endif()
if (LLAMA_BUILD_COMMON AND LLAMA_BUILD_TESTS AND NOT CMAKE_JS_VERSION)