mbed-os/cmake/toolchains
Hugues Kamba cb9960cb08 CMake: Do not hard code target in toolchain CMake module
Provide a function in each toolchain module to set the toolchain
specific options. All the functions have the same interface
therefore the CMake source file including the module always calls
the same function regardless of which toolchain module is actually
included.
When the `mbed-os` target is broken up into multiple libraries, a
library other than `mbed-os` might need to set the toolchain options.
This will be possible by simply including the module and calling the
function with the target for which to set the options.
2020-11-06 17:25:19 +00:00
..
ARM.cmake CMake: Do not hard code target in toolchain CMake module 2020-11-06 17:25:19 +00:00
GCC_ARM.cmake CMake: Do not hard code target in toolchain CMake module 2020-11-06 17:25:19 +00:00