aboutsummaryrefslogtreecommitdiff
path: root/network-handler/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'network-handler/CMakeLists.txt')
-rw-r--r--network-handler/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/network-handler/CMakeLists.txt b/network-handler/CMakeLists.txt
index dd80f6b..b4aef97 100644
--- a/network-handler/CMakeLists.txt
+++ b/network-handler/CMakeLists.txt
@@ -3,8 +3,10 @@ find_package(Boost COMPONENTS system program_options REQUIRED)
add_executable(network-handler
main.cpp
- networkhandler.hpp networkhandler.cpp
acceptor.hpp acceptor.cpp
+ server.hpp server.cpp
+ networkhandler.hpp networkhandler.cpp
+ node.hpp node.cpp
client.hpp client.cpp
userclient.hpp userclient.cpp
nodeclient.hpp nodeclient.cpp