-
Notifications
You must be signed in to change notification settings - Fork 18
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 cmake helper functions for configuring / generating cmd / conf files #72
Comments
Hey @scpeters, I tried adding macros to |
I figured out that you had to install the required cmake file and include it in ignition-config.cmake.in.I have raised a pr and would love for you and @j-rivero to review it. |
Sorry for the silence Harsh, I was out some months when this issue/PRs landed. Back to this, seems to me like there was an agreement to move the features to |
There was a discussion on this issue during Gazebo weekly meets, and after that, I was instructed to re-move it to gz-cmake. |
Hey @j-rivero, any updates on this? I can help if some changes need to be done before merging |
Desired behavior
We currently have a lot of repeated boilerplate code in each library that generates the
conf/*.yaml
andcmd*.rb
files. It would be nice to provide some cmake helper functions. We could install that withign-tools
since it is related to this package.For example in ign-transport:
and also in ign-plugin
The helper functions should be able to generate separate files for installation and testing.
Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: