diff options
author | Cristian Adam <cristian.adam@qt.io> | 2020-09-23 17:09:16 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@qt.io> | 2020-09-23 17:09:16 (GMT) |
commit | 2ca54e7179db7abf7a48b9474a38559be99398dc (patch) | |
tree | d4aca720459936950d7d18ff40f42aa98b879d44 /Utilities | |
parent | 0b3e9259dd4f36000ded4240dcd39f60d5b600d7 (diff) | |
download | CMake-2ca54e7179db7abf7a48b9474a38559be99398dc.zip CMake-2ca54e7179db7abf7a48b9474a38559be99398dc.tar.gz CMake-2ca54e7179db7abf7a48b9474a38559be99398dc.tar.bz2 |
zstd: version 1.4.5 update
Add source files needed to properly compile / link to zstd
version 1.4.5
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-zstd.bash | 2 | ||||
-rw-r--r-- | Utilities/cmzstd/CMakeLists.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-zstd.bash b/Utilities/Scripts/update-zstd.bash index ce2c66b..a9b62f9 100755 --- a/Utilities/Scripts/update-zstd.bash +++ b/Utilities/Scripts/update-zstd.bash @@ -8,7 +8,7 @@ readonly name="zstd" readonly ownership="zstd upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmzstd" readonly repo="https://github.com/facebook/zstd.git" -readonly tag="v1.3.8" +readonly tag="v1.4.5" readonly shortlog=false readonly paths=" LICENSE diff --git a/Utilities/cmzstd/CMakeLists.txt b/Utilities/cmzstd/CMakeLists.txt index 8ed04d8..4f4f91f 100644 --- a/Utilities/cmzstd/CMakeLists.txt +++ b/Utilities/cmzstd/CMakeLists.txt @@ -21,7 +21,10 @@ add_library(cmzstd STATIC lib/compress/fse_compress.c lib/compress/hist.c lib/compress/huf_compress.c + lib/compress/zstd_compress_literals.c lib/compress/zstd_compress.c + lib/compress/zstd_compress_sequences.c + lib/compress/zstd_compress_superblock.c lib/compress/zstd_double_fast.c lib/compress/zstd_fast.c lib/compress/zstd_lazy.c |