Cmake

From Wiki at Neela Nurseries
Revision as of 23:57, 29 June 2022 by Ted (talk | contribs) (^ To print variables in cmake)
Jump to: navigation, search

Zephyr RTOS building blocks   ::   Device Tree Source   ::   Kconfig   ::   cmake   ::   `west` manifest files


2021-08-06

Starting a page for cmake notes here. Links to cmake site:

Longer guides:


A Nordic Semi document on `cmake` and its role in the build process of Zephyr based applications:


2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project:


^ To print variables in cmake

Note that the following post has a cool answer which involves a cmake macro to print all variables known to a given cmake invocation or use, and also a more simple answer to print one specific variable:


^ To Specify Source Dirs and Library Directories to Linker


^ Install latest version of cmake


^ Zephyr Threads Tutorial by Maksim Drachov

 

- - - top of page - - -