summaryrefslogtreecommitdiffhomepage
path: root/NetEx/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-29 23:28:05 +0200
committerAki <please@ignore.pl>2022-03-29 23:29:18 +0200
commit27ffda3b67d172afca2cb85387fad27e78719480 (patch)
tree6ca5f6992b54ff34d42125b03522c7227cbaa108 /NetEx/CMakeLists.txt
parent20eb9409e1d4d5d26222e62df4a81b0be9cae6f2 (diff)
downloadstarshatter-27ffda3b67d172afca2cb85387fad27e78719480.zip
starshatter-27ffda3b67d172afca2cb85387fad27e78719480.tar.gz
starshatter-27ffda3b67d172afca2cb85387fad27e78719480.tar.bz2
Split Session from HttpServlet
Diffstat (limited to 'NetEx/CMakeLists.txt')
-rw-r--r--NetEx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/NetEx/CMakeLists.txt b/NetEx/CMakeLists.txt
index 84d8b0f..13dadc2 100644
--- a/NetEx/CMakeLists.txt
+++ b/NetEx/CMakeLists.txt
@@ -9,6 +9,7 @@ add_library(
HttpServer.cpp
HttpServlet.cpp
HttpServletExec.cpp
+ HttpSession.cpp
NetAddr.cpp
NetClient.cpp
NetGram.cpp