Skip to content

jam4375/templo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>