From d631233f4fcc2e41a9e7d7e0d3e277c90c81582b Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 14 Nov 2019 11:03:02 -0800 Subject: Enable use of pre-built glslang binaries (#1120) * Enable use of pre-built glslang binaries This change uses an updated version of the `slang-binaries` submodule that includes pre-built versions of `slang-glslang.dll` and `libslang-glslang.so`, and enables the build of the main Slang project to rely on these binaries instead of building them from source. An option to the premake build file can be used to generate the appropriate project files for `slang-glslang`, which should enable us to build updated binaries as needed. The default option is to *not* build those projects, so that we can reduce build times in the common case (and on CI). * fixup: different copy commands per platform * fixup * fixup * fixup: remove stray line added to premake file by accident --- external/slang-binaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/slang-binaries b/external/slang-binaries index e82eaa4c7..e51f59ef1 160000 --- a/external/slang-binaries +++ b/external/slang-binaries @@ -1 +1 @@ -Subproject commit e82eaa4c7afc3550490e82eff60df349d93e1890 +Subproject commit e51f59ef107681837da9e11c68e698ccad3b9395 -- cgit v1.2.3