commit | 3083205f4d5a5648f266268fc9435fdf047dbed4 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Tue Sep 08 13:29:25 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 10 21:30:24 2020 +0200 |
tree | b526aef3160c5aa35c4f26cac3b106d295e497a7 | |
parent | ad6901f01156ebe305304e7f00db148462a8343b [diff] |
cmake: introduce zephyr_file() extension command Fixes: #23825 This commit introduces a `zephyr_file()` extension command that allows for examine a path list for relative paths, and convert relative paths provided with `-D<path>` into absolute paths, starting from `APPLICATION_SOURCE_DIR`. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>