Skip to content

Commit 1be201c

Browse files
committed
CMake: Call mbed_set_post_build API for setting post build operations
1 parent 9ef0655 commit 1be201c

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
@@ -37,7 +37,7 @@ target_link_libraries(${APP_TARGET}
3737
mbed-netsocket
3838
)
3939

40-
mbed_generate_bin_hex(${APP_TARGET})
40+
mbed_set_post_build(${APP_TARGET})
4141

4242
option(VERBOSE_BUILD "Have a verbose build process")
4343
if(VERBOSE_BUILD)

0 commit comments

Comments
 (0)