Skip to content

Commit 006819e

Browse files
committed
CMake: Call mbed_set_post_build API for setting post build operations
1 parent 0089c49 commit 006819e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ target_link_libraries(${APP_TARGET}
3030
mbed-os
3131
)
3232

33-
mbed_generate_bin_hex(${APP_TARGET})
33+
mbed_set_post_build(${APP_TARGET})
3434

3535
option(VERBOSE_BUILD "Have a verbose build process")
3636
if(VERBOSE_BUILD)

0 commit comments

Comments
 (0)