From b48ef1ac30fc2b1be0fe70b775f6e0482b7c3727 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 25 Mar 2024 22:55:04 +0800 Subject: [PATCH] use HGL_MATH_LIB instead of HGL_GLM_LIB --- CMCore | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMCore b/CMCore index c8fe331e..003bae2c 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit c8fe331ef94458983dea7473bca47835b8cb565a +Subproject commit 003bae2c2488ae32027db43e6573a5174794ae03 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ac84779..2e581a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ SET(ULRE CMCore ULRE.Util ULRE.ShaderGen ULRE.SceneGraph - ${HGL_GLM_LIB} + ${HGL_MATH_LIB} ${RENDER_LIBRARY} ${Vulkan_LIBRARIES})