CMake-Tutorial

This repository is for learning the CMake by following CMake Tutorial.

If you wish to run this repository at this stage please do the following:

  1. git clone https://github.com/arashmpr/CMake-Tutorial.git
  2. cd CMake-Tutorial/Step1
  3. rm -rf build && mkdir build && cd build
  4. cmake ../code && cmake --build .
  5. ./Tutorial 10