aboutsummaryrefslogtreecommitdiff
path: root/node/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-04 14:12:57 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-04 14:12:57 +0100
commit7e21069bea9e8e6276591eee98f22cb07d67392d (patch)
tree0e9cbd87b99e9bb3382f0e8b889142956ca9e89e /node/CMakeLists.txt
parentdaa2fcec05bdc7798acffac7aec468856f432eab (diff)
downloadcmix-7e21069bea9e8e6276591eee98f22cb07d67392d.tar.gz
cmix-7e21069bea9e8e6276591eee98f22cb07d67392d.tar.bz2
cmix-7e21069bea9e8e6276591eee98f22cb07d67392d.zip
Splits up the Node.cpp class in 3 parts.
Diffstat (limited to 'node/CMakeLists.txt')
-rw-r--r--node/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)