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.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/network-handler/CMakeLists.txt b/network-handler/CMakeLists.txt
deleted file mode 100644
index 072172e..0000000
--- a/network-handler/CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-
-find_package(Boost COMPONENTS system program_options REQUIRED)
-
-add_executable(network-handler
- main.cpp
- networkhandler.hpp networkhandler.cpp
- userclient.hpp userclient.cpp
- nodemanager.hpp nodemanager.cpp
-)
-
-target_compile_options(network-handler
- PRIVATE "-std=c++11"
-)
-
-target_link_libraries(network-handler
- PRIVATE Boost::boost
- PRIVATE Boost::program_options
- PRIVATE Boost::system
- PRIVATE cmix
- PRIVATE cmix-network
-)