Difference between revisions of "Cmake"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Install latest version of cmake: Adding details cmake install and updating steps written by Teocci.)
m (adding link to Nordic Semi document on cmake.)
Line 10: Line 10:
 
*  https://cmake.org/cmake/help/v3.21/
 
*  https://cmake.org/cmake/help/v3.21/
 
</ul>
 
</ul>
 +
 +
 +
A Nordic Semi document on `cmake` and its role in the build process of Zephyr based applications:
 +
*  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/build/index.html
 +
 +
 
2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project:
 
2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project:
 
<ul>
 
<ul>

Revision as of 19:16, 15 September 2021

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:

Install latest version of cmake

 


- - - top of page - - -