From 2cc0c77f13dfa268d7e882525e32f629231cb3ac Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 8 Jun 2020 19:12:00 +0800 Subject: [PATCH] add submodule "CMSceneGraph" --- .gitmodules | 3 +++ CMSceneGraph | 1 + CMakeLists.txt | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 CMSceneGraph diff --git a/.gitmodules b/.gitmodules index b8265497..517dd228 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CMSceneGraph b/CMSceneGraph new file mode 160000 index 00000000..60f82f00 --- /dev/null +++ b/CMSceneGraph @@ -0,0 +1 @@ +Subproject commit 60f82f0042c0b3be19e4eab72376a67db8bb0eab diff --git a/CMakeLists.txt b/CMakeLists.txt index 59f1d8a2..3614eb1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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