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

@@ -25,7 +25,7 @@ if(BUILD_TESTING)
# -- Remapper tests
${CMAKE_CURRENT_SOURCE_DIR}/Remap.FromFile.cpp)
PCH(TEST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/pch.cpp)
glslang_pch(TEST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/pch.cpp)
add_executable(glslangtests ${TEST_SOURCES})
set_property(TARGET glslangtests PROPERTY FOLDER tests)