used glm instead of MathGeoLib.

This commit is contained in:
2021-11-29 15:28:04 +08:00
parent 84da0a0864
commit 5fd6e7f01c
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@@ -10,9 +10,6 @@
[submodule "CMUtil"] [submodule "CMUtil"]
path = CMUtil path = CMUtil
url = https://github.com/hyzboy/CMUtil.git url = https://github.com/hyzboy/CMUtil.git
[submodule "MathGeoLib"]
path = MathGeoLib
url = https://github.com/juj/MathGeoLib.git
[submodule "TexConv"] [submodule "TexConv"]
path = TexConv path = TexConv
url = https://github.com/hyzboy/TexConv.git url = https://github.com/hyzboy/TexConv.git
@@ -40,3 +37,6 @@
[submodule "TextEncodeConvert"] [submodule "TextEncodeConvert"]
path = TextEncodeConvert path = TextEncodeConvert
url = https://github.com/hyzboy/TextEncodeConvert.git url = https://github.com/hyzboy/TextEncodeConvert.git
[submodule "glm"]
path = glm
url = https://github.com/g-truc/glm.git

View File

@@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMCMakeModule)
include(vulkan) include(vulkan)
include(math) include(math)
use_mgl(${CMAKE_CURRENT_SOURCE_DIR}/MathGeoLib) use_glm(${CMAKE_CURRENT_SOURCE_DIR}/glm)
include(use_cm_module) include(use_cm_module)
use_cm_module(Core) use_cm_module(Core)

Submodule MathGeoLib deleted from 97a78cdd42

1
glm Submodule

Submodule glm added at 6ad79aae3e