Skip to content

Commit f4b6a23

Browse files
authored
Added CMake courses (#6150)
* Added CMake courses * fixed alphabetical order build error * fixed build error (I hope) * removed riptutorials
1 parent 438080a commit f4b6a23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: books/free-programming-books-langs.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
3232
* [Chapel](#chapel)
3333
* [Cilk](#cilk)
3434
* [Clojure](#clojure)
35+
* [CMake](#cmake)
3536
* [COBOL](#cobol)
3637
* [CoffeeScript](#coffeescript)
3738
* [ColdFusion](#coldfusion)
@@ -534,6 +535,13 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
534535
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
535536

536537

538+
### CMake
539+
540+
* [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/) - Henry Schreiner (HTML)
541+
* [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html) (HTML)
542+
* [Quick CMake tutorial](https://www.jetbrains.com/help/clion/quick-cmake-tutorial.html) (HTML)
543+
544+
537545
### COBOL
538546

539547
* [COBOL Programming Fundamental](http://yusman.staff.gunadarma.ac.id/Downloads/files/33460/COBOL_Programming_Fundamental.pdf) (PDF)

0 commit comments

Comments
 (0)