File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ endif(EMSCRIPTEN OR ENABLE_GLSLANG_JS)
50
50
add_library (GenericCodeGen STATIC
51
51
GenericCodeGen/CodeGen.cpp
52
52
GenericCodeGen/Link.cpp )
53
+ set_property (TARGET GenericCodeGen PROPERTY FOLDER glslang )
53
54
54
55
################################################################################
55
56
# MachineIndependent
@@ -129,7 +130,7 @@ if(ENABLE_HLSL)
129
130
endif (ENABLE_HLSL )
130
131
131
132
add_library (MachineIndependent STATIC ${MACHINEINDEPENDENT_SOURCES} ${MACHINEINDEPENDENT_HEADERS} )
132
-
133
+ set_property ( TARGET MachineIndependent PROPERTY FOLDER glslang )
133
134
glslang_pch (SOURCES MachineIndependent/pch.cpp )
134
135
135
136
target_link_libraries (MachineIndependent PRIVATE OGLCompiler OSDependent GenericCodeGen )
You can’t perform that action at this time.
0 commit comments