Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools

This commit is contained in:
Jeff Bolz 2018-11-07 09:35:20 -06:00
parent 8b782e77df
commit 02ed310ac3
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ set(HEADERS
hlslGrammar.h
hlslParseables.h)
PCH(SOURCES pch.cpp)
glslang_pch(SOURCES pch.cpp)
add_library(HLSL ${LIB_TYPE} ${SOURCES} ${HEADERS})
set_property(TARGET HLSL PROPERTY FOLDER hlsl)