Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos authored Feb 27, 2024
1 parent 4e36026 commit 3661670
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ add_custom_target(
executables
COMMAND echo "BATCH BUILDING node + rpc"
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS nano_node nano_rpc)
DEPENDS banano_node banano_rpc)

if(NANO_FUZZER_TEST)
if(NOT WIN32)
Expand Down Expand Up @@ -736,7 +736,7 @@ if(NANO_TEST OR RAIBLOCKS_TEST)
all_tests
COMMAND echo "BATCH BUILDING TESTS"
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS core_test load_test rpc_test slow_test nano_node nano_rpc)
DEPENDS core_test load_test rpc_test slow_test banano_node banano_rpc)
endif()

if(NANO_TEST OR RAIBLOCKS_TEST)
Expand Down Expand Up @@ -848,11 +848,11 @@ if(NANO_GUI OR RAIBLOCKS_GUI)
set(CPACK_GENERATOR "DragNDrop")
configure_file(${CMAKE_SOURCE_DIR}/Info.plist.in
${CMAKE_SOURCE_DIR}/Info.plist @ONLY)
install(TARGETS nano_wallet
install(TARGETS banano_wallet
DESTINATION ${NANO_OSX_PACKAGE_NAME}.app/Contents/MacOS)
install(TARGETS nano_node
install(TARGETS banano_node
DESTINATION ${NANO_OSX_PACKAGE_NAME}.app/Contents/MacOS)
install(TARGETS nano_rpc
install(TARGETS banano_rpc
DESTINATION ${NANO_OSX_PACKAGE_NAME}.app/Contents/MacOS)
install(FILES Info.plist DESTINATION ${NANO_OSX_PACKAGE_NAME}.app/Contents)
install(FILES qt.conf
Expand Down

0 comments on commit 3661670

Please sign in to comment.