diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-11-20 15:12:48 -0800 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-11-20 15:12:48 -0800 |
| commit | 4b5d2edbe06d7e0a5eef67073f6dbd89622ca2e2 (patch) | |
| tree | b182355d907749e02f64aeab21f324b2c3cb5d69 /premake5.lua | |
| parent | 9fca7a01089bba9184f9f6ce9a201ecf41cb62d8 (diff) | |
| parent | 0f2f4ab9b6bae03dc7b2559031b5a89d72b41df4 (diff) | |
Merge pull request #466 from DrChat/trace_compression
GPU Tracefile Compression
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index 05fa0ae44..90dccfab3 100644 --- a/premake5.lua +++ b/premake5.lua @@ -164,6 +164,7 @@ solution("xenia") include("third_party/imgui.lua") include("third_party/libav.lua") include("third_party/xxhash.lua") + include("third_party/zlib.lua") include("build_tools/third_party/gflags.lua") include("src/xenia") |
