Skip to content

Commit

Permalink
[CMake] set bin target name to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 1, 2023
1 parent 9d56f5f commit 02443c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/add_syterkit_app.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function(add_syterkit_app target_name)

add_custom_command(
TARGET ${target_name}_bin
POST_BUILD COMMAND ${CMAKE_OBJCOPY} -v -O binary ${target_name}_bin ${target_name}_bin.elf
POST_BUILD COMMAND ${CMAKE_OBJCOPY} -v -O binary ${target_name}_bin ${target_name}_bin.bin
COMMENT "Copy Binary"
)
endfunction()

0 comments on commit 02443c9

Please sign in to comment.