Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 358 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 358 Bytes

Building

Configure:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Debug

Build:

cmake --build build --config Debug

Run (and view):

./build/bin/renderer 1> out.ppm && open out.ppm

Test:

pushd build && ctest -C Debug --output-on-failure --verbose && popd

TODO: https://github.com/include-what-you-use/include-what-you-use