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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/network-handler/CMakeLists.txt b/network-handler/CMakeLists.txt
index 02e02c1..9fe6e99 100644
--- a/network-handler/CMakeLists.txt
+++ b/network-handler/CMakeLists.txt
@@ -6,6 +6,9 @@ add_executable(network-handler
networkhandler.hpp networkhandler.cpp
acceptor.hpp acceptor.cpp
client.hpp client.cpp
+ userclient.hpp userclient.cpp
+ nodeclient.hpp nodeclient.cpp
+ nodemanager.hpp nodemanager.cpp
)
target_compile_options(network-handler