From f4b6a237afb916446da12f43db9e1d2f33ca75da Mon Sep 17 00:00:00 2001 From: nonce <77142078+Existential-nonce@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:17:48 +0100 Subject: [PATCH] Added CMake courses (#6150) * Added CMake courses * fixed alphabetical order build error * fixed build error (I hope) * removed riptutorials --- books/free-programming-books-langs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c8e3655a..5f1dd95c 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -32,6 +32,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Chapel](#chapel) * [Cilk](#cilk) * [Clojure](#clojure) +* [CMake](#cmake) * [COBOL](#cobol) * [CoffeeScript](#coffeescript) * [ColdFusion](#coldfusion) @@ -534,6 +535,13 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide) +### CMake + +* [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/) - Henry Schreiner (HTML) +* [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html) (HTML) +* [Quick CMake tutorial](https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html) (HTML) + + ### COBOL * [COBOL Programming Fundamental](http://yusman.staff.gunadarma.ac.id/Downloads/files/33460/COBOL_Programming_Fundamental.pdf) (PDF) -- GitLab