arashmpr / CMake-Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Makefile 56.0%Language:C++ 15.3%Language:C 14.7%Language:CMake 13.9%Language:TypeScript 0.1%