CInterface: added files to CMakeLists.txt
This commit is contained in:
parent
e9ddba8fd8
commit
4ecd0f6723
1 changed files with 4 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ set(SOURCES
|
||||||
MachineIndependent/preprocessor/PpTokens.cpp
|
MachineIndependent/preprocessor/PpTokens.cpp
|
||||||
MachineIndependent/propagateNoContraction.cpp
|
MachineIndependent/propagateNoContraction.cpp
|
||||||
GenericCodeGen/CodeGen.cpp
|
GenericCodeGen/CodeGen.cpp
|
||||||
GenericCodeGen/Link.cpp)
|
GenericCodeGen/Link.cpp
|
||||||
|
CInterface/glslang_c_interface.cpp)
|
||||||
|
|
||||||
set(HEADERS
|
set(HEADERS
|
||||||
Public/ShaderLang.h
|
Public/ShaderLang.h
|
||||||
|
|
@ -49,6 +50,8 @@ set(HEADERS
|
||||||
Include/BaseTypes.h
|
Include/BaseTypes.h
|
||||||
Include/Common.h
|
Include/Common.h
|
||||||
Include/ConstantUnion.h
|
Include/ConstantUnion.h
|
||||||
|
Include/glslang_c_interface.h
|
||||||
|
Include/glslang_c_shader_types.h
|
||||||
Include/InfoSink.h
|
Include/InfoSink.h
|
||||||
Include/InitializeGlobals.h
|
Include/InitializeGlobals.h
|
||||||
Include/intermediate.h
|
Include/intermediate.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue