-
Notifications
You must be signed in to change notification settings - Fork 31
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 examples using static libraries #202
Conversation
This adds an example that builds a static library and a second example that links against that static library. Signed-off-by: Steve Peters <[email protected]>
7865111
to
cc69c6c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Examples look okay to me. Does this need to be merged, or was the PR only created for testing/checking CI?
This adds an example that builds a static library and a second example that links against that static library. Signed-off-by: Steve Peters <[email protected]>
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-03-01-citadel-edifice-fortress/1313/1 |
🦟 Bug fix
Adding examples that I made for #203, but that code change isn't needed, so just add the examples here.
Summary
This adds an example
core_no_deps_static
that builds a static library and a second examplecore_child_use_static
that links against that static library.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.