Skip to content

Commit 4b05fcf

Browse files
committed
CMake: Call mbed_set_post_build API for setting post build operations
1 parent 795ac3c commit 4b05fcf

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
@@ -33,7 +33,7 @@ target_link_libraries(${APP_TARGET}
3333
mbed-mbedtls
3434
)
3535

36-
mbed_generate_bin_hex(${APP_TARGET})
36+
mbed_set_post_build(${APP_TARGET})
3737

3838
option(VERBOSE_BUILD "Have a verbose build process")
3939
if(VERBOSE_BUILD)

0 commit comments

Comments
 (0)