DreamPearl / calc

A simple CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

C/C++ CI

A simple calculator build using CMake.

Steps to generate the Makefile:

mkdir build
cd build
cmake ..

To compile we need to run make:

make

After running the above commands, you will see the calc executable file inside the build directory.

About

A simple CMake


Languages

Language:C 67.9%Language:CMake 29.6%Language:C++ 2.5%