add submodule MeshConv

This commit is contained in:
2020-06-14 05:58:54 +08:00
parent 9fe27dae21
commit 108f0d8d6b
8 changed files with 10 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -34,3 +34,6 @@
[submodule "CMSceneGraph"]
path = CMSceneGraph
url = https://github.com/hyzboy/CMSceneGraph.git
[submodule "MeshConv"]
path = MeshConv
url = https://github.com/hyzboy/MeshConv.git

2
CMCore

Submodule CMCore updated: bc89ebae56...7e90d9dead

2
CMUtil

Submodule CMUtil updated: dbdb48efdc...4d40765bb4

View File

@@ -32,6 +32,7 @@ if(CM_BUILD_TOOLS)
add_subdirectory(TexConv)
add_subdirectory(ShaderMaker)
add_subdirectory(MeshConv)
endif(CM_BUILD_TOOLS)
OPTION(CM_BUILD_EXAMPLES OFF)

1
MeshConv Submodule

Submodule MeshConv added at 13827d9c37

Submodule TexConv updated: 1d4e7c3412...acc64579f4