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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue