Skip to content

Commit

Permalink
Making some final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwdepatie committed Mar 27, 2024
1 parent 44c48dc commit ca394f6
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 84 deletions.
2 changes: 1 addition & 1 deletion mercury-app/src/hw_ifc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ include_directories(

add_custom_target(hw_ifc
ALL
COMMAND cargo build -p mercury --release
COMMAND cargo build -p mercury --release #--target armv7-unknown-linux-gnueabihf
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/../src/hw_ifc
#COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/cargo/release/my-project-binary ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/my-project-binary
COMMENT "Build Mercury..."
Expand Down
Loading

0 comments on commit ca394f6

Please sign in to comment.