C Interface: Split SPIR-V C interface to own file

This breaks a cyclic dependency between the SPIRV and glslang build targets.
This commit is contained in:
Ben Clayton 2020-06-10 16:45:15 +01:00
parent b919bc889e
commit 1a6c8ecb20
3 changed files with 112 additions and 34 deletions

View file

@ -6,7 +6,8 @@ set(SOURCES
SpvPostProcess.cpp
doc.cpp
SpvTools.cpp
disassemble.cpp)
disassemble.cpp
CInterface/spirv_c_interface.cpp)
set(SPVREMAP_SOURCES
SPVRemapper.cpp