aboutsummaryrefslogtreecommitdiff
path: root/node/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'node/CMakeLists.txt')
-rw-r--r--node/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt
index c3c8e46..adbedb1 100644
--- a/node/CMakeLists.txt
+++ b/node/CMakeLists.txt
@@ -1,5 +1,7 @@
find_package(Boost COMPONENTS system program_options REQUIRED)
+find_package(gmp REQUIRED)
+
add_executable(node
main.cpp
node.hpp node.cpp
@@ -18,4 +20,6 @@ target_link_libraries(node
PRIVATE cmix
PRIVATE cmix-network
PRIVATE cmix-protobuf
+ PRIVATE gmpxx
+ PRIVATE gmp
)