summaryrefslogtreecommitdiffhomepage
path: root/NetEx/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx/CMakeLists.txt')
-rw-r--r--NetEx/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NetEx/CMakeLists.txt b/NetEx/CMakeLists.txt
index 5bce174..84d8b0f 100644
--- a/NetEx/CMakeLists.txt
+++ b/NetEx/CMakeLists.txt
@@ -3,6 +3,9 @@ add_library(
NetEx
STATIC
HttpClient.cpp
+ HttpParam.cpp
+ HttpRequest.cpp
+ HttpResponse.cpp
HttpServer.cpp
HttpServlet.cpp
HttpServletExec.cpp