Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 257 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 257 Bytes

Cpp template project

Quick start

Don't forget to checkout submodules

git submodule update --init --recursive

Build

mkdir build
cd build
cmake ..
make

Run tests

make tests

Requirements

Compiler with C++14 support.