Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 305 Bytes

File metadata and controls

9 lines (8 loc) · 305 Bytes

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.