Introduce xxhash into third_party (#837)

This commit is contained in:
Farid Zakaria 2023-07-01 20:56:53 -07:00 committed by GitHub
parent 5f1e129222
commit 8b62bff364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 64397 additions and 0 deletions

View file

@ -196,6 +196,7 @@ include third_party/mbedtls/test/test.mk
include third_party/quickjs/quickjs.mk
include third_party/lz4cli/lz4cli.mk
include third_party/zip/zip.mk
include third_party/xxhash/xxhash.mk
include third_party/unzip/unzip.mk
include tool/build/lib/buildlib.mk
include third_party/chibicc/chibicc.mk