diff options
Diffstat (limited to 'node/CMakeLists.txt')
| -rw-r--r-- | node/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt index 6fe0ef7..9151cbc 100644 --- a/node/CMakeLists.txt +++ b/node/CMakeLists.txt @@ -1,7 +1,5 @@ find_package(Boost COMPONENTS system program_options REQUIRED) -find_package(gmp REQUIRED) - add_executable(node main.cpp node.hpp node.cpp @@ -25,8 +23,7 @@ target_link_libraries(node PRIVATE Boost::system PRIVATE log PRIVATE cmix + PRIVATE cmix-bignum PRIVATE cmix-network PRIVATE cmix-protobuf - PRIVATE gmpxx - PRIVATE gmp ) |
