tylerjw / fp

Functional Programming extensions to C++ for ROS projects.
https://www.fplib.dev
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Export of dependencies #16

Closed tylerjw closed 2 years ago

tylerjw commented 2 years ago

Need

In order to depend on this As a user I want to not have to also depend on the transient dependencies fmt and ranges-v3

Acceptance Criteria

Scenario: this library should export it's dependencies correctly GIVEN This library WHEN I add it as a dependency to another ROS project THEN I shouldn't have to also add fmt and ranges-v3

Tasks

Notes

References: