Externals: Add zstd

I had to rename Source/Common/Compiler.h because the VS build
confuses it with Externals/zstd/lib/common/compiler.h otherwise.
This commit is contained in:
JosJuice
2020-05-03 19:42:12 +02:00
parent 6705fd808b
commit 2137fb7813
71 changed files with 28002 additions and 10 deletions

View File

@ -18,7 +18,6 @@ add_library(common
CommonFuncs.h
CommonPaths.h
CommonTypes.h
Compiler.h
Config/Config.cpp
Config/Config.h
Config/ConfigInfo.cpp
@ -67,6 +66,7 @@ add_library(common
Image.h
IniFile.cpp
IniFile.h
Inline.h
JitRegister.cpp
JitRegister.h
Lazy.h