Difference between revisions of "Cmake"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
</ul> | </ul> | ||
| − | == Install latest version of cmake == | + | |
| + | == [[#top|^]] To Specify Source Dirs and Library Directories to Linker == | ||
| + | |||
| + | * https://cmake.org/cmake/help/latest/command/link_directories.html | ||
| + | |||
| + | <!-- comment --> | ||
| + | |||
| + | == [[#top|^]] Install latest version of cmake == | ||
* https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line | * https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line | ||
Revision as of 01:14, 7 November 2021
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:
^ To Specify Source Dirs and Library Directories to Linker
^ Install latest version of cmake
^ Zephyr Threads Tutorial by Maksim Drachov