Difference between revisions of "Cmake"
From Wiki at Neela Nurseries
m (→Install latest version of cmake) |
m (To print variables in cmake.) |
||
Line 29: | Line 29: | ||
</ul> | </ul> | ||
+ | <!-- comentario --> | ||
+ | |||
+ | == [[#top|^]] To print variables in cmake == | ||
+ | |||
+ | * https://stackoverflow.com/questions/31343813/displaying-cmake-variables | ||
== [[#top|^]] To Specify Source Dirs and Library Directories to Linker == | == [[#top|^]] To Specify Source Dirs and Library Directories to Linker == |
Revision as of 18:30, 7 January 2022
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:
- https://cmake.org/overview/
- https://cmake.org/examples/ . . . very limited, need other resources
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:
Contents
^ To print variables in cmake
^ To Specify Source Dirs and Library Directories to Linker
^ Install latest version of cmake
^ Zephyr Threads Tutorial by Maksim Drachov