From d567afbc3ff51acd9ac0653c48b921a02502ea5a Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 23 Dec 2017 21:50:32 -0600 Subject: [PATCH] Add rai_node to install targets --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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)