1
0
Fork 0
cmaketutorial/README.md

16 lines
656 B
Markdown

# CMake Tutorial
### Reasoning
Cmake is too popular to ignore.
Many crossplatform projects written in C and C++ use cmake as their buildtool of choice.
As this is the case I feel I need to integrate and become more comfortable with CMake myself.
[cmake.org tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/A%20Basic%20Starting%20Point.html)
### What is in this repository
This directory contains source code examples for the CMake Tutorial.
Each step has its own subdirectory containing code that may be used as a
starting point. The tutorial examples are progressive so that each step
provides the complete solution for the previous step.