Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 308 Bytes

Wheel Geometry Library

Using in your project

  1. Add Wheel Geometry as a dependency in your project

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

    target_link_libraries(your_project
      PRIVATE
        libwheel::geometry
    )