summaryrefslogtreecommitdiff
path: root/third_party/mspack.lua
diff options
context:
space:
mode:
authorgibbed <rick@gibbed.us>2018-11-24 20:50:30 -0600
committergibbed <rick@gibbed.us>2018-11-24 20:50:56 -0600
commit7f4f90b1ea877ad30b695d2e1a79d22a465ce9b4 (patch)
treec54757ff88abd1dd103617e5ac7d62ff41ebe196 /third_party/mspack.lua
parent08fb15fcca7b04aab3eb005fdd501cee1fe6f358 (diff)
Emit mspack debug messages to Xenia.
Diffstat (limited to 'third_party/mspack.lua')
-rw-r--r--third_party/mspack.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/third_party/mspack.lua b/third_party/mspack.lua
index 85b6bc08f..c1d1b44a5 100644
--- a/third_party/mspack.lua
+++ b/third_party/mspack.lua
@@ -2,8 +2,10 @@ group("third_party")
project("mspack")
uuid("0881692A-75A1-4E7B-87D8-BB9108CEDEA4")
kind("StaticLib")
- language("C")
-
+ language("C++")
+ links({
+ "xenia-base",
+ })
defines({
"_LIB",
"HAVE_CONFIG_H",
@@ -16,6 +18,7 @@ project("mspack")
"mspack",
})
files({
+ "mspack/logging.cc",
"mspack/lzx.h",
"mspack/lzxd.c",
"mspack/mspack.h",