add submodule "CMSceneGraph"
This commit is contained in:
parent
98cb564aa5
commit
2cc0c77f13
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -25,3 +25,6 @@
|
||||
[submodule "res"]
|
||||
path = res
|
||||
url = https://github.com/hyzboy/RuntimeData.git
|
||||
[submodule "CMSceneGraph"]
|
||||
path = CMSceneGraph
|
||||
url = https://github.com/hyzboy/CMSceneGraph.git
|
||||
|
1
CMSceneGraph
Submodule
1
CMSceneGraph
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 60f82f0042c0b3be19e4eab72376a67db8bb0eab
|
@ -17,6 +17,7 @@ include(use_cm_module)
|
||||
use_cm_module(Core)
|
||||
use_cm_module(Platform)
|
||||
use_cm_module(AssetsManage)
|
||||
use_cm_module(SceneGraph)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
include_directories(${ULRE_3RDPTY_ROOT_PATH}/jsoncpp/include)
|
||||
@ -29,6 +30,7 @@ ENDIF()
|
||||
SET(ULRE CMCore
|
||||
CMPlatform
|
||||
CMAssetsManage
|
||||
CMSceneGraph
|
||||
ULRE.Util
|
||||
ULRE.RenderDevice.Vulkan
|
||||
ULRE.SceneGraph
|
||||
|
Loading…
x
Reference in New Issue
Block a user