[3PP] Switch to zlib-ng

This commit is contained in:
Margen67
2025-07-25 17:28:25 -07:00
parent 4b9509391a
commit f36dbd2b33
8 changed files with 91 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ project("xenia-kernel")
links({
"aes_128",
"fmt",
"zlib",
"zlib-ng",
"pugixml",
"xenia-apu",
"xenia-base",
@@ -18,7 +18,22 @@ project("xenia-kernel")
"xenia-vfs",
})
defines({
"X86_FEATURES",
"X86_HAVE_XSAVE_INTRIN",
"X86_SSSE3",
"X86_SSE42",
"WITH_GZFILEOP",
})
if os.istarget("windows") then
defines({
"X86_SSE2",
"X86_AVX2",
"X86_AVX512",
"X86_AVX512VNNI",
"X86_PCLMULQDQ_CRC",
"X86_VPCLMULQDQ_CRC",
})
end
recursive_platform_files()
files({
"debug_visualizers.natvis",