Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools
This commit is contained in:
parent
8b782e77df
commit
02ed310ac3
5 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue