CInterface: added files to CMakeLists.txt
authorSergey Kosarevsky <sk@linderdaum.com>
Tue, 24 Dec 2019 21:06:00 +0000 (00:06 +0300)
committerSergey Kosarevsky <sk@linderdaum.com>
Tue, 24 Dec 2019 21:06:00 +0000 (00:06 +0300)
glslang/CMakeLists.txt

index 446cabb..3779515 100644 (file)
@@ -41,7 +41,8 @@ set(SOURCES
     MachineIndependent/preprocessor/PpTokens.cpp
     MachineIndependent/propagateNoContraction.cpp
     GenericCodeGen/CodeGen.cpp
-    GenericCodeGen/Link.cpp)
+    GenericCodeGen/Link.cpp
+    CInterface/glslang_c_interface.cpp)
 
 set(HEADERS
     Public/ShaderLang.h
@@ -49,6 +50,8 @@ set(HEADERS
     Include/BaseTypes.h
     Include/Common.h
     Include/ConstantUnion.h
+    Include/glslang_c_interface.h
+    Include/glslang_c_shader_types.h
     Include/InfoSink.h
     Include/InitializeGlobals.h
     Include/intermediate.h