1
0
Fork 0
cmaketutorial/README.md

656 B

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

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.