From 9fc95819a2acf093f264d7ddb8f7abc7d88871ba Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 15 Jan 2021 20:41:18 +0800 Subject: [PATCH] add TextEncodeConvert --- .gitmodules | 3 +++ CMCMakeModule | 2 +- CMCore | 2 +- CMPlatform | 2 +- CMakeLists.txt | 1 + TextEncodeConvert | 1 + 6 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 TextEncodeConvert diff --git a/.gitmodules b/.gitmodules index 3bff8b3..e42ce52 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "CMAudio"] path = CMAudio url = https://github.com/hyzboy/CMAudio.git +[submodule "TextEncodeConvert"] + path = TextEncodeConvert + url = https://github.com/hyzboy/TextEncodeConvert.git diff --git a/CMCMakeModule b/CMCMakeModule index e15c5ce..d75dfb2 160000 --- a/CMCMakeModule +++ b/CMCMakeModule @@ -1 +1 @@ -Subproject commit e15c5ce039e72b8cc8140b3d4ea363754a4490d7 +Subproject commit d75dfb268bc6fda7d79c9500f86dff02c88c8121 diff --git a/CMCore b/CMCore index 0f3ef7f..390f761 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 0f3ef7ff3fad57b6a61d9700fe707ad0a97c844e +Subproject commit 390f7618e30c077b45a62cb395dcc48b2f8ee4c3 diff --git a/CMPlatform b/CMPlatform index 7bceaf2..cb60d5c 160000 --- a/CMPlatform +++ b/CMPlatform @@ -1 +1 @@ -Subproject commit 7bceaf2f9c5fbe1630e3a8b0e78eac5f4846f22e +Subproject commit cb60d5ce9c78701c5ad41235d2219b4d9d937407 diff --git a/CMakeLists.txt b/CMakeLists.txt index aa767c1..4849d92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ endif(WIN32) add_subdirectory(TexConv) add_subdirectory(ShaderMaker) add_subdirectory(MeshConv) + add_subdirectory(TextEncodeConvert) endif(CM_BUILD_TOOLS) OPTION(CM_BUILD_EXAMPLES OFF) diff --git a/TextEncodeConvert b/TextEncodeConvert new file mode 160000 index 0000000..ea398ba --- /dev/null +++ b/TextEncodeConvert @@ -0,0 +1 @@ +Subproject commit ea398ba4bc2b64b7f81f2308a41c1786102e6837