summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2015-12-30 20:29:12 -0800
committerBen Vanik <ben.vanik@gmail.com>2015-12-30 20:29:12 -0800
commit28f43e445db79784c3b4c9c7b972e1a2949360f1 (patch)
tree71437ffa799f87b2e62facf8b4ec1a560a6b6ada /premake5.lua
parent457c1fc30fb0cd86dcbf7ad571aa150ebe77a5b6 (diff)
Adding snappy dependency (to replace zlib) for #505.
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 2ffca50ec..089181d1c 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -163,6 +163,7 @@ solution("xenia")
include("third_party/glew.lua")
include("third_party/imgui.lua")
include("third_party/libav.lua")
+ include("third_party/snappy.lua")
include("third_party/spirv-tools.lua")
include("third_party/xxhash.lua")
include("third_party/zlib.lua")