Difference between revisions of "Cmake"
From Wiki at Neela Nurseries
m |
m (adding links regarding cmake and how to add source files to existing cmake / Zephyr project.) |
||
Line 10: | Line 10: | ||
* https://cmake.org/cmake/help/v3.21/ | * https://cmake.org/cmake/help/v3.21/ | ||
</ul> | </ul> | ||
+ | 2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project: | ||
+ | <ul> | ||
+ | * https://github.com/zephyrproject-rtos/zephyr/blob/main/cmake/extensions.cmake | ||
+ | * https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html | ||
+ | </ul> | ||
+ | |||
+ | <br /> | ||
+ | |||
+ | <center> | ||
+ | [[#top|- - - top of page - - -]] | ||
+ | </center> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- EOF --> |
Revision as of 19:43, 17 August 2021
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:
2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project: