summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2016-02-18 16:40:02 -0800
committerBen Vanik <ben.vanik@gmail.com>2016-02-18 16:43:41 -0800
commitea959b52fdc84566881099aa5110ab97e1069607 (patch)
tree00ac46db3e18b76038416260d8af1c8f87edddcc /premake5.lua
parentecd257b34c80ace83535ed7b025d0c71266db4cc (diff)
Adding a subset of the glslang repo dealing with spirv.
The main repo is a mess.
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 7c429828b..d0c2261f3 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -165,6 +165,7 @@ solution("xenia")
include("third_party/capstone.lua")
include("third_party/gflags.lua")
include("third_party/glew.lua")
+ include("third_party/glslang-spirv.lua")
include("third_party/imgui.lua")
include("third_party/libav.lua")
include("third_party/snappy.lua")