aboutsummaryrefslogtreecommitdiff
path: root/node/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'node/CMakeLists.txt')
-rw-r--r--node/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt
index 53ca12e..c5ec53f 100644
--- a/node/CMakeLists.txt
+++ b/node/CMakeLists.txt
@@ -3,8 +3,6 @@ find_package(Boost COMPONENTS system program_options REQUIRED)
add_executable(node
main.cpp
node.hpp node.cpp
- prevnode.hpp prevnode.cpp
- nextnode.hpp nextnode.cpp
)
if(WIN32)