As of the requiest in #1 the support for custom linker scripts required in utils.cmake. In this PR several functions are introduced:
linker_script_add - allows to append a linker script to linker command's arguments
linker_script_target_dependency - allows to add target's dependency on a linker script in order to track any changes are made and rebuild the target in case of changes
As of the requiest in #1 the support for custom linker scripts required in
utils.cmake
. In this PR several functions are introduced:linker_script_add
- allows to append a linker script to linker command's argumentslinker_script_target_dependency
- allows to add target's dependency on a linker script in order to track any changes are made and rebuild the target in case of changes