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

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)