Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 285 Bytes

File metadata and controls

15 lines (12 loc) · 285 Bytes

RenderHair

Build

You can build the project using your IDE of choice, or:

cmake --list-presets
cmake --preset <preset-name>
cmake --build build/<preset-name> 

Dependencies

  • ccache (recommended)
  • cppcheck (developer mode only)
  • clang-tidy (developer mode only)