xenia/third_party/mspack.lua
2025-08-03 19:51:32 -07:00

20 lines
322 B
Lua

group("third_party")
project("mspack")
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
kind("StaticLib")
language("C++")
links({
"xenia-base",
})
defines({
"HAVE_CONFIG_H",
})
includedirs({
"mspack",
})
files({
"mspack/logging.cc",
"mspack/lzxd.c",
"mspack/system.c",
})