Skip to content

Commit 879c2fe

Browse files
committed
add httpclient repo
1 parent aab258b commit 879c2fe

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@
113113
[submodule "repos/pautina"]
114114
path = repos/pautina
115115
url = ../pautina
116+
branch = latest
117+
[submodule "repos/httpclient"]
118+
path = repos/httpclient
119+
url = ../httpclient
120+
branch = latest

build/cmake/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ add_subdir(urlmodel)
7878
add_subdir(httpmodel)
7979
add_subdir(tcpserver)
8080
add_subdir(pautina)
81+
add_subdir(httpclient)
8182

8283
set(apps_dir "${CMAKE_CURRENT_SOURCE_DIR}/../../apps")
8384
file(

repos/httpclient

Submodule httpclient added at d57e701

0 commit comments

Comments
 (0)