Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 305 Bytes

File metadata and controls

18 lines (16 loc) · 305 Bytes

math

3d maths

Building

mkdir build && cd build
cmake [path/to/repo]
cmake --build . --target glug_math

Running tests

mkdir build && cd build
cmake [path/to/repo]
cmake --build . --target check
ctest -V