The CMake Tutorial, just for me #complete
Go to file
Elf M. Sternberg c14ef5c933 Updated license to include link, as required. 2017-01-27 18:03:22 -08:00
mathfunctions Commented the library. 2017-01-27 17:48:42 -08:00
.gitignore CMake tutorial done. 2017-01-25 20:33:14 -08:00
CMakeLists.txt Commented my understanding of the basic CMake tutorial to the best of my ability. 2017-01-27 17:15:36 -08:00
README.md Updated license to include link, as required. 2017-01-27 18:03:22 -08:00
tutorial.cpp CMake tutorial done. 2017-01-25 20:33:14 -08:00
tutorial_config.h.in CMake tutorial done. 2017-01-25 20:33:14 -08:00

README.md

The CMAKE Tutorial

This is just the hand-coded result of following The CMake Tutorial. I've extensively commented my CMakeLists.txt files so that if I need to review the material, I'll have my own (hopefully sensible) words to guide my understanding. I expect to be doing a lot more C/C++ in the coming months, and this was one of my starting points.

Status

This project is completed. No new work is being considered.

Using

Do the tutorial instead. The only thing I had to look up was Newton's square root algorithm; I ended up using the one out of SICP, as you might be able to guess from the variable names.

License

The tutorial is under a Creative Commons CC 4.0/BY. Works for me:

You are free to:

Share — copy and redistribute the material in any medium or format

Adapt — remix, transform, and build upon the material for any purpose, even commercially.

The licensor cannot revoke these freedoms as long as you follow the license terms.

Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.