mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
11 lines
269 B
Lua
11 lines
269 B
Lua
include("third_party/zstd/contrib/premake/zstd.lua")
|
|
|
|
group("third_party")
|
|
project("zstd")
|
|
uuid("df336aac-f0c8-11ed-a05b-0242ac120003")
|
|
-- TODO: https://github.com/facebook/zstd/issues/3278
|
|
--defines({
|
|
-- "ZSTD_DISABLE_ASM",
|
|
--})
|
|
project_zstd("zstd/lib/")
|