Template for new C++ projects
git clone [email protected]:jam4375/templo.git
cd templo
mkdir build
cd build
cmake ..
make -j <NUM_CORES>
make docs
cd <REPO_ROOT>/build
ctest -j <NUM_CORES>
Template for new C++ projects
git clone [email protected]:jam4375/templo.git
cd templo
mkdir build
cd build
cmake ..
make -j <NUM_CORES>
make docs
cd <REPO_ROOT>/build
ctest -j <NUM_CORES>