Update Android

This commit is contained in:
timlyeee 2021-08-13 18:34:37 +08:00
parent 1558587105
commit 9920df6617
9 changed files with 1 additions and 6 deletions

View File

@ -150,12 +150,7 @@ set_target_properties(SPIRV-Tools-opt PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/glslang/libSPIRV-Tools-opt.a IMPORTED_LOCATION ${platform_spec_path}/glslang/libSPIRV-Tools-opt.a
) )
add_library(SPVRemapper STATIC IMPORTED GLOBAL) set(glslang_libs_name glslang glslang-default-resource-limits MachineIndependent OGLCompiler OSDependent SPIRV SPIRV-Tools-opt SPIRV-Tools GenericCodeGen)
set_target_properties(SPVRemapper PROPERTIES
IMPORTED_LOCATION ${platform_spec_path}/glslang/libSPVRemapper.a
)
set(glslang_libs_name glslang glslang-default-resource-limits MachineIndependent OGLCompiler OSDependent SPIRV SPIRV-Tools-opt SPIRV-Tools SPVRemapper GenericCodeGen)
############################# TBB ############################# ############################# TBB #############################

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.