Merge pull request #5668 from vitor-k/update-zstd

Update zstd to v1.4.8
This commit is contained in:
bunnei 2021-01-01 03:03:59 -08:00 committed by GitHub
commit f00c4a4cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ add_subdirectory(teakra EXCLUDE_FROM_ALL)
# Zstandard
add_subdirectory(zstd/build/cmake EXCLUDE_FROM_ALL)
target_include_directories(libzstd_static INTERFACE ./zstd/lib)
target_include_directories(libzstd_static INTERFACE $<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/externals/zstd/lib>)
# ENet
add_subdirectory(enet)

2
externals/zstd vendored

@ -1 +1 @@
Subproject commit 10f0e6993f9d2f682da6d04aa2385b7d53cbb4ee
Subproject commit 97a3da1df009d4dc67251de0c4b1c9d7fe286fc1