cmake: initial version of a CMake yaml module
Initial CMake yaml module to facilitate reading yaml files into CMake, update yaml settings and write it back to a file. The yaml module also supports creation of yaml files from scratch. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
9da2766846
commit
105a4b5eb2
3 changed files with 424 additions and 0 deletions
|
@ -82,6 +82,7 @@ list(APPEND zephyr_cmake_modules basic_settings)
|
|||
|
||||
list(APPEND zephyr_cmake_modules west)
|
||||
list(APPEND zephyr_cmake_modules ccache)
|
||||
list(APPEND zephyr_cmake_modules yaml)
|
||||
|
||||
# Load default root settings
|
||||
list(APPEND zephyr_cmake_modules root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue