From e6f7988adec197e0590fb8274b0412811456d3e6 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Tue, 7 Jul 2015 00:53:26 -0600 Subject: [PATCH] Linux build: fix case problem with new file. --- glslang/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt index 947cc7e..96abc2a 100644 --- a/glslang/CMakeLists.txt +++ b/glslang/CMakeLists.txt @@ -42,7 +42,7 @@ set(SOURCES set(HEADERS Public/ShaderLang.h - Include/Arrays.h + Include/arrays.h Include/BaseTypes.h Include/Common.h Include/ConstantUnion.h -- 2.7.4