used glm instead of MathGeoLib.
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||||
|
@@ -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
1
glm
Submodule
Submodule glm added at 6ad79aae3e
Reference in New Issue
Block a user