We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d740b0f commit 74071abCopy full SHA for 74071ab
CMakeLists.txt
@@ -212,9 +212,9 @@ function(mbed_validate_application_profile target)
212
endfunction()
213
214
#
215
-# Prepare post target build step
+# Set post build operations
216
217
-function(mbed_post_target_build target)
+function(mbed_set_post_build target)
218
mbed_validate_application_profile(${target})
219
mbed_generate_bin_hex(${target})
220
mbed_generate_map_file(${target})
0 commit comments