diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e48cf6b..f095adfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -425,6 +425,7 @@ if (RAIBLOCKS_GUI) install (FILES ${Qt5WindowsPlugin} DESTINATION platforms) else () install (TARGETS rai_wallet DESTINATION .) + install (TARGETS rai_node DESTINATION .) endif () endif (RAIBLOCKS_GUI)