Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 300 Bytes

File metadata and controls

18 lines (13 loc) · 300 Bytes

The Wheel Angle Library

Using in your project

  1. Add Wheel Angle as a dependency in your project

    find_package(libwheel_angle REQUIRED)
  2. Link against it in your project

    target_link_libraries(your_project
      PRIVATE
        libwheel::angle
    )