Formatting
This commit is contained in:
parent
5a97e55bc7
commit
47a718eee3
1 changed files with 4 additions and 4 deletions
|
@ -657,10 +657,10 @@ add_subdirectory(nano/rpc)
|
|||
add_subdirectory(nano/nano_rpc)
|
||||
|
||||
add_custom_target(
|
||||
executables
|
||||
COMMAND echo "BATCH BUILDING node + rpc"
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
DEPENDS nano_node nano_rpc)
|
||||
executables
|
||||
COMMAND echo "BATCH BUILDING node + rpc"
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
DEPENDS nano_node nano_rpc)
|
||||
|
||||
if(NANO_FUZZER_TEST)
|
||||
if(NOT WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue