ByteStream: Move zstd wrapper to util project

Removes zstd dependency from common, fixes updater running on Mac.
This commit is contained in:
Stenzek
2024-02-05 14:26:42 +10:00
parent ac1fd7f0cf
commit d5fb5645fc
7 changed files with 327 additions and 313 deletions

View File

@ -67,6 +67,7 @@ add_library(util
wav_writer.h
window_info.cpp
window_info.h
zstd_byte_stream.cpp
)
target_precompile_headers(util PRIVATE "pch.h")