Skip to content

Commit 6ea70ad

Browse files
committed
CMake: Call mbed_set_post_build API for setting post build operations
1 parent c920cc0 commit 6ea70ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NFC_EEPROM/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ target_link_libraries(${APP_TARGET}
4040
mbed-nfc
4141
)
4242

43-
mbed_generate_bin_hex(${APP_TARGET})
43+
mbed_set_post_build(${APP_TARGET})
4444

4545
option(VERBOSE_BUILD "Have a verbose build process")
4646
if(VERBOSE_BUILD)

NFC_SmartPoster/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ target_link_libraries(${APP_TARGET}
3939
mbed-nfc
4040
)
4141

42-
mbed_generate_bin_hex(${APP_TARGET})
42+
mbed_set_post_build(${APP_TARGET})
4343

4444
option(VERBOSE_BUILD "Have a verbose build process")
4545
if(VERBOSE_BUILD)

0 commit comments

Comments
 (0)