Skip to content

Commit

Permalink
Add postbuild to raspi platform
Browse files Browse the repository at this point in the history
  • Loading branch information
samparent97 committed Apr 18, 2024
1 parent 220034d commit 1dc453c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion firmware/mcal/raspi/PostBuild.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# empty
add_custom_command(
TARGET main
POST_BUILD
COMMAND mv ./build/${PROJECT}/raspi/main ${PROJECT}
)

0 comments on commit 1dc453c

Please sign in to comment.