added CMUtil submodule. updated CMCore.
This commit is contained in:
parent
9e7698cf0c
commit
91fd78a22c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,3 +22,6 @@
|
||||
[submodule "CMSceneGraph"]
|
||||
path = CMSceneGraph
|
||||
url = https://github.com/hyzboy/CMSceneGraph.git
|
||||
[submodule "CMUtil"]
|
||||
path = CMUtil
|
||||
url = https://github.com/hyzboy/CMUtil.git
|
||||
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
||||
Subproject commit 49a0ab43afa362523f7b8c8b5b334c353595fe42
|
||||
Subproject commit c22207b6401476bf8859e581a28346326e6d482b
|
1
CMUtil
Submodule
1
CMUtil
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 863293fbc8e900688773f3724a53f1c99f67c6fd
|
@ -15,6 +15,7 @@ use_mgl(${ULRE_3RDPTY_ROOT_PATH}/MathGeoLib)
|
||||
|
||||
include(use_cm_module)
|
||||
use_cm_module(Core)
|
||||
use_cm_module(Util)
|
||||
use_cm_module(Platform)
|
||||
use_cm_module(AssetsManage)
|
||||
use_cm_module(SceneGraph)
|
||||
@ -33,6 +34,7 @@ SET(ULRE CMCore
|
||||
CMPlatform
|
||||
CMAssetsManage
|
||||
CMSceneGraph
|
||||
CMUtil
|
||||
ULRE.Util
|
||||
ULRE.SceneGraph
|
||||
MathGeoLib
|
||||
|
Loading…
x
Reference in New Issue
Block a user