Add zstd.

This commit is contained in:
2021-10-19 03:44:20 +01:00
parent e45cf28dee
commit cf4f706b31
485 changed files with 150912 additions and 3 deletions

View File

@@ -7,4 +7,10 @@ add_subdirectory(bzip2)
include(lzip.cmake)
set(LZFSE_BUNDLE_MODE ON)
add_subdirectory(lzfse)
add_subdirectory(lzfse)
set(ZSTD_BUILD_PROGRAMS OFF)
set(ZSTD_BUILD_SHARED OFF)
set(ZSTD_MULTITHREAD_SUPPORT OFF) # Not really sure if it works properly
set(ZSTD_LEGACY_SUPPORT ON) # Unsure if may ever be needed, just in case
add_subdirectory(zstd-1.5.0/build/cmake)