From c058cd489d299e5da644d4215b39047b0c653c3d Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Tue, 4 Jul 2023 21:38:17 +0800 Subject: [PATCH] added submodule CMNetwork --- .gitmodules | 3 +++ CMCore | 2 +- CMNetwork | 1 + CMakeLists.txt | 1 + Examples | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 CMNetwork diff --git a/.gitmodules b/.gitmodules index 91df5e7..1867f45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "CMQT"] path = CMQT url = https://github.com/hyzboy/CMQT.git +[submodule "CMNetwork"] + path = CMNetwork + url = https://github.com/hyzboy/CMNetwork.git diff --git a/CMCore b/CMCore index 7e469db..21af247 160000 --- a/CMCore +++ b/CMCore @@ -1 +1 @@ -Subproject commit 7e469db0385bc877619413f513bd71e39ea66dd6 +Subproject commit 21af2472ae2d926afb3fca89315498ac260204b7 diff --git a/CMNetwork b/CMNetwork new file mode 160000 index 0000000..228173a --- /dev/null +++ b/CMNetwork @@ -0,0 +1 @@ +Subproject commit 228173af0826c5ae369688f6bcc96f80241db247 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d1cbbc..7fb9b15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ use_cm_module(Platform) use_cm_module(Util) #use_cm_module(AssetsManage) use_cm_module(SceneGraph) +use_cm_module(Network) if(CM_BUILD_QT) use_cm_module(QT) diff --git a/Examples b/Examples index 0c5bf09..677b90d 160000 --- a/Examples +++ b/Examples @@ -1 +1 @@ -Subproject commit 0c5bf0956dcf31b1eb06d43c2db8ffad20396347 +Subproject commit 677b90dbb161e055bb1b7a7fc6c3439cfb6ce8d4