We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab258b commit 879c2feCopy full SHA for 879c2fe
.gitmodules
@@ -113,3 +113,8 @@
113
[submodule "repos/pautina"]
114
path = repos/pautina
115
url = ../pautina
116
+ branch = latest
117
+[submodule "repos/httpclient"]
118
+ path = repos/httpclient
119
+ url = ../httpclient
120
build/cmake/CMakeLists.txt
@@ -78,6 +78,7 @@ add_subdir(urlmodel)
78
add_subdir(httpmodel)
79
add_subdir(tcpserver)
80
add_subdir(pautina)
81
+add_subdir(httpclient)
82
83
set(apps_dir "${CMAKE_CURRENT_SOURCE_DIR}/../../apps")
84
file(
repos/httpclient
0 commit comments