aboutsummaryrefslogtreecommitdiff
path: root/node/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-09-22 16:14:01 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-09-22 16:14:01 +0200
commit7267afd28b9e00864274f55f7a82d4943bade1f8 (patch)
treee2733fc0de53d6db85c2c1fca4bf2067add92042 /node/CMakeLists.txt
parent8065e1bf2229294fea502226962bd66d37ff81ce (diff)
downloadcmix-7267afd28b9e00864274f55f7a82d4943bade1f8.tar.gz
cmix-7267afd28b9e00864274f55f7a82d4943bade1f8.tar.bz2
cmix-7267afd28b9e00864274f55f7a82d4943bade1f8.zip
Adds a NextNode class and prepares the Node to start network initialization.
Diffstat (limited to 'node/CMakeLists.txt')
-rw-r--r--node/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt
index 1c3b771..a4e1f09 100644
--- a/node/CMakeLists.txt
+++ b/node/CMakeLists.txt
@@ -3,6 +3,7 @@ find_package(Boost COMPONENTS system program_options REQUIRED)
add_executable(node
main.cpp
node.hpp node.cpp
+ nextnode.hpp nextnode.cpp
)
target_compile_options(node