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:
parent
b919bc889e
commit
1a6c8ecb20
3 changed files with 112 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue