CMake: pass application name to post-build hook
Pass the exact name to the post-build hook, when an application's
or test's `CMakeLists.txt` calls `mbed_set_post_build()`. The
interface is CMake's built-in mechanism:
* `set_target_properties()` to set a property, e.g. application name
* `$<TARGET_PROPERTY:target,property>` to query a property at run time
ls
1 parent 3579bb6 commit ad27a3ec6993f474ab96e373874f12e6577be6be
@Lingkai Dong Lingkai Dong authored on 3 Mar 2021
Showing 1 changed file
View
CMakeLists.txt