yinani24 / Extended-Int-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extendedintc To use CMake, you can do the following:

mkdir build # Create a build dir
cd build
cmake <path-to-your-project> # CMake will generate a Makefile for you
make -j # Build the project.

About


Languages

Language:C 36.8%Language:C++ 27.4%Language:CMake 19.4%Language:Makefile 16.3%Language:Shell 0.1%