Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to add a gmock library target #255

Open
clalancette opened this issue May 6, 2020 · 0 comments
Open

Add the ability to add a gmock library target #255

clalancette opened this issue May 6, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@clalancette
Copy link
Contributor

We currently have a macro to create an ament_gmock executable target:

macro(ament_add_gmock target)
. However, sometimes it would be nice to make an ament_gmock library target instead; one particular example where this would be useful is in ros2/rviz#540.

The suggestion here is to either add a new macro called something like ament_add_gmock_library(), or to add a LIBRARY option to the existing ament_add_gmock macro.

@clalancette clalancette added enhancement New feature or request help wanted Extra attention is needed labels May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant