common/zstd_compression: Add Zstandard wrapper
This commit is contained in:
parent
ca82589350
commit
72477731ed
3 changed files with 98 additions and 0 deletions
|
@ -125,6 +125,8 @@ add_library(common STATIC
|
|||
uint128.h
|
||||
vector_math.h
|
||||
web_result.h
|
||||
zstd_compression.cpp
|
||||
zstd_compression.h
|
||||
)
|
||||
|
||||
if(ARCHITECTURE_x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue