Skip to content

Commit f4e0cfb

Browse files
committed
CMake: Call mbed_set_post_build API for setting post build operations
1 parent ef37c95 commit f4e0cfb

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
@@ -31,7 +31,7 @@ target_link_libraries(${APP_TARGET}
3131
mbed-cellular
3232
)
3333

34-
mbed_generate_bin_hex(${APP_TARGET})
34+
mbed_set_post_build(${APP_TARGET})
3535

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

0 commit comments

Comments
 (0)