Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CMake courses #6150

Merged
merged 4 commits into from
Oct 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions books/free-programming-books-langs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -533,6 +534,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)
kernelwernel marked this conversation as resolved.
Show resolved Hide resolved
* [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)
Expand Down