Skip to content

jam4375/templo

Repository files navigation

templo

Template for new C++ projects

Building

git clone git@github.com:jam4375/templo.git
cd templo
mkdir build
cd build
cmake ..
make -j <NUM_CORES>

Building Documentation

make docs

Running Tests

cd <REPO_ROOT>/build
ctest -j <NUM_CORES>