From 5fd6e7f01c2f09cb4a48c0113c50e79995117f28 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 29 Nov 2021 15:28:04 +0800 Subject: [PATCH] used glm instead of MathGeoLib. --- .gitmodules | 6 +++--- CMakeLists.txt | 2 +- MathGeoLib | 1 - glm | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 MathGeoLib create mode 160000 glm diff --git a/.gitmodules b/.gitmodules index e42ce52..6832e30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "CMUtil"] path = CMUtil url = https://github.com/hyzboy/CMUtil.git -[submodule "MathGeoLib"] - path = MathGeoLib - url = https://github.com/juj/MathGeoLib.git [submodule "TexConv"] path = TexConv url = https://github.com/hyzboy/TexConv.git @@ -40,3 +37,6 @@ [submodule "TextEncodeConvert"] path = TextEncodeConvert url = https://github.com/hyzboy/TextEncodeConvert.git +[submodule "glm"] + path = glm + url = https://github.com/g-truc/glm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 31209be..9f0496b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMCMakeModule) include(vulkan) include(math) -use_mgl(${CMAKE_CURRENT_SOURCE_DIR}/MathGeoLib) +use_glm(${CMAKE_CURRENT_SOURCE_DIR}/glm) include(use_cm_module) use_cm_module(Core) diff --git a/MathGeoLib b/MathGeoLib deleted file mode 160000 index 97a78cd..0000000 --- a/MathGeoLib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 97a78cdd429f33a7c074fd0d7649012eec20d43a diff --git a/glm b/glm new file mode 160000 index 0000000..6ad79aa --- /dev/null +++ b/glm @@ -0,0 +1 @@ +Subproject commit 6ad79aae3eb5bf809c30bf1168171e9e55857e45