# Clone repo and submodules
git clone --recurse-submodules [email protected]:craigrmccown/grafix.git
cd grafix
# Generate build files
cmake -B build
# Build project
cmake --build build
# Run tests
ctest --test-dir build
# Clone repo and submodules
git clone --recurse-submodules [email protected]:craigrmccown/grafix.git
cd grafix
# Generate build files
cmake -B build
# Build project
cmake --build build
# Run tests
ctest --test-dir build