Add rai_node to install targets

This commit is contained in:
Brian Cain 2017-12-23 21:50:32 -06:00 committed by clemahieu
commit d567afbc3f

View file

@ -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)