deleted MathGeoLib,added glm
This commit is contained in:
parent
099fccaebf
commit
80cae7618c
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "3rdpty/MathGeoLib"]
|
||||
path = 3rdpty/MathGeoLib
|
||||
url = https://github.com/juj/MathGeoLib.git
|
||||
[submodule "3rdpty/jsoncpp"]
|
||||
path = 3rdpty/jsoncpp
|
||||
url = https://github.com/open-source-parsers/jsoncpp
|
||||
@ -25,3 +22,6 @@
|
||||
[submodule "CMUtil"]
|
||||
path = CMUtil
|
||||
url = https://github.com/hyzboy/CMUtil.git
|
||||
[submodule "3rdpty/glm"]
|
||||
path = 3rdpty/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 97a78cdd429f33a7c074fd0d7649012eec20d43a
|
1
3rdpty/glm
Submodule
1
3rdpty/glm
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6ad79aae3eb5bf809c30bf1168171e9e55857e45
|
@ -1 +1 @@
|
||||
Subproject commit c39fbdac0f0f6638d5cfca43988750a1aac512db
|
||||
Subproject commit 94a6220f7c738d6711d325fd29bb8a60b97fd77e
|
@ -1 +1 @@
|
||||
Subproject commit b61ed5cbfad8b76339ef1b2564ca03ffe34de7cc
|
||||
Subproject commit dd86bf63150b0f50dcc4a53b79df6cba63b04851
|
@ -11,7 +11,8 @@ set(ULRE_3RDPTY_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/3rdpty)
|
||||
include(vulkan)
|
||||
|
||||
include(math)
|
||||
use_mgl(${ULRE_3RDPTY_ROOT_PATH}/MathGeoLib)
|
||||
#use_mgl(${ULRE_3RDPTY_ROOT_PATH}/MathGeoLib)
|
||||
use_glm(${ULRE_3RDPTY_ROOT_PATH}/glm)
|
||||
|
||||
include(use_cm_module)
|
||||
use_cm_module(Core)
|
||||
|
Loading…
x
Reference in New Issue
Block a user