From 6204e62c69c1a05d3beddd0c7397b3f54e576d74 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 29 Mar 2022 22:40:57 +0200 Subject: Split Param, Response and Request from HttpServer files --- NetEx/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NetEx/CMakeLists.txt') 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 -- cgit v1.1