Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 257 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 257 Bytes

Setup and Development

# 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