mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
common/zstd_compression: Add Zstandard wrapper
This commit is contained in:
parent
8583ce229a
commit
2d755221e8
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