add TextEncodeConvert
This commit is contained in:
parent
dabff4f47b
commit
9fc95819a2
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -37,3 +37,6 @@
|
|||||||
[submodule "CMAudio"]
|
[submodule "CMAudio"]
|
||||||
path = CMAudio
|
path = CMAudio
|
||||||
url = https://github.com/hyzboy/CMAudio.git
|
url = https://github.com/hyzboy/CMAudio.git
|
||||||
|
[submodule "TextEncodeConvert"]
|
||||||
|
path = TextEncodeConvert
|
||||||
|
url = https://github.com/hyzboy/TextEncodeConvert.git
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e15c5ce039e72b8cc8140b3d4ea363754a4490d7
|
Subproject commit d75dfb268bc6fda7d79c9500f86dff02c88c8121
|
2
CMCore
2
CMCore
@ -1 +1 @@
|
|||||||
Subproject commit 0f3ef7ff3fad57b6a61d9700fe707ad0a97c844e
|
Subproject commit 390f7618e30c077b45a62cb395dcc48b2f8ee4c3
|
@ -1 +1 @@
|
|||||||
Subproject commit 7bceaf2f9c5fbe1630e3a8b0e78eac5f4846f22e
|
Subproject commit cb60d5ce9c78701c5ad41235d2219b4d9d937407
|
@ -40,6 +40,7 @@ endif(WIN32)
|
|||||||
add_subdirectory(TexConv)
|
add_subdirectory(TexConv)
|
||||||
add_subdirectory(ShaderMaker)
|
add_subdirectory(ShaderMaker)
|
||||||
add_subdirectory(MeshConv)
|
add_subdirectory(MeshConv)
|
||||||
|
add_subdirectory(TextEncodeConvert)
|
||||||
endif(CM_BUILD_TOOLS)
|
endif(CM_BUILD_TOOLS)
|
||||||
|
|
||||||
OPTION(CM_BUILD_EXAMPLES OFF)
|
OPTION(CM_BUILD_EXAMPLES OFF)
|
||||||
|
1
TextEncodeConvert
Submodule
1
TextEncodeConvert
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ea398ba4bc2b64b7f81f2308a41c1786102e6837
|
Loading…
x
Reference in New Issue
Block a user