From 7e21069bea9e8e6276591eee98f22cb07d67392d Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 4 Nov 2016 14:12:57 +0100 Subject: Splits up the Node.cpp class in 3 parts. --- node/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/CMakeLists.txt') diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt index 05468bd..3659984 100644 --- a/node/CMakeLists.txt +++ b/node/CMakeLists.txt @@ -2,7 +2,7 @@ find_package(Boost COMPONENTS system program_options REQUIRED) add_executable(node main.cpp - node.hpp node.cpp + node.hpp node_node.cpp node_client.cpp node.cpp ) if(WIN32) -- cgit v1.2.3-70-g09d2