use HGL_MATH_LIB instead of HGL_GLM_LIB

This commit is contained in:
2024-03-25 22:55:04 +08:00
parent c363a6fa51
commit b48ef1ac30
2 changed files with 2 additions and 2 deletions

2
CMCore

Submodule CMCore updated: c8fe331ef9...003bae2c24

View File

@@ -26,7 +26,7 @@ SET(ULRE CMCore
ULRE.Util
ULRE.ShaderGen
ULRE.SceneGraph
${HGL_GLM_LIB}
${HGL_MATH_LIB}
${RENDER_LIBRARY}
${Vulkan_LIBRARIES})