add submodule "CMSceneGraph"
This commit is contained in:
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
Submodule CMSceneGraph added at 60f82f0042
@@ -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
|
||||
|
Reference in New Issue
Block a user