Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 288 Bytes

templo

Template for new C++ projects

Building

git clone [email protected]: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>