removed ShaderMaker and ShaderBuilder
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -19,9 +19,6 @@
|
|||||||
[submodule "CMAssetsManage"]
|
[submodule "CMAssetsManage"]
|
||||||
path = CMAssetsManage
|
path = CMAssetsManage
|
||||||
url = https://github.com/hyzboy/CMAssetsManage.git
|
url = https://github.com/hyzboy/CMAssetsManage.git
|
||||||
[submodule "ShaderMaker"]
|
|
||||||
path = ShaderMaker
|
|
||||||
url = https://github.com/hyzboy/ShaderMaker.git
|
|
||||||
[submodule "Examples"]
|
[submodule "Examples"]
|
||||||
path = Examples
|
path = Examples
|
||||||
url = https://github.com/hyzboy/CMExamples.git
|
url = https://github.com/hyzboy/CMExamples.git
|
||||||
@@ -40,6 +37,3 @@
|
|||||||
[submodule "CMQT"]
|
[submodule "CMQT"]
|
||||||
path = CMQT
|
path = CMQT
|
||||||
url = https://github.com/hyzboy/CMQT.git
|
url = https://github.com/hyzboy/CMQT.git
|
||||||
[submodule "ShaderBuilder"]
|
|
||||||
path = ShaderBuilder
|
|
||||||
url = https://github.com/hyzboy/ShaderBuilder.git
|
|
||||||
|
2
CMCore
2
CMCore
Submodule CMCore updated: 59f7b25075...41a2f9af72
Submodule CMSceneGraph updated: 062c9cd642...6e30c0c2ca
@@ -41,11 +41,6 @@ if(CM_BUILD_TOOLS)
|
|||||||
# add_subdirectory(MeshConv)
|
# add_subdirectory(MeshConv)
|
||||||
add_subdirectory(TextEncodeConvert)
|
add_subdirectory(TextEncodeConvert)
|
||||||
|
|
||||||
add_subdirectory(ShaderBuilder)
|
|
||||||
|
|
||||||
IF(CM_BUILD_QT)
|
|
||||||
add_subdirectory(ShaderMaker)
|
|
||||||
endif(CM_BUILD_QT)
|
|
||||||
endif(CM_BUILD_TOOLS)
|
endif(CM_BUILD_TOOLS)
|
||||||
|
|
||||||
OPTION(CM_BUILD_EXAMPLES OFF)
|
OPTION(CM_BUILD_EXAMPLES OFF)
|
||||||
|
Submodule ShaderBuilder deleted from 20f2911ddd
Submodule ShaderMaker deleted from 91e6ac1bfc
Reference in New Issue
Block a user