Skip to content

Commit 2adc23e

Browse files
massonalfpistm
authored andcommitted
cmake: add a link in the cmake intro
1 parent 9fcab6f commit 2adc23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_cmake/Introduction to CMake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Here are some key points about the structure of a `CMakeLists.txt` (Also read [t
8484

8585
The links below are not endorsed by STMicroelectonics nor Kitware, but have proven useful in practice for users learning to use CMake "sanely".
8686

87+
- [LLVM's CMake introduction](https://llvm.org/docs/CMakePrimer.html)
8788
- [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/)
8889
- [C++: Compiling, Linking, and CMake](https://courses.grainger.illinois.edu/cs126/sp2020/notes/cmake/)
8990
- [CMake Part 1 – The Dark Arts](https://blog.feabhas.com/2021/07/cmake-part-1-the-dark-arts/), [Part 2 – Release and Debug builds](https://blog.feabhas.com/2021/07/cmake-part-2-release-and-debug-builds/), [Part 3 – Source File Organisation](https://blog.feabhas.com/2021/08/cmake-part-3-source-file-organisation/)

0 commit comments

Comments
 (0)