Skip to content
Snippets Groups Projects
Commit a41b2eb1 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

Update README.md

parent f67cda5f
No related branches found
No related tags found
No related merge requests found
...@@ -30,4 +30,7 @@ find_package(catkin REQUIRED rosjava_tools) ...@@ -30,4 +30,7 @@ find_package(catkin REQUIRED rosjava_tools)
catkin_rosjava_setup(install) catkin_rosjava_setup(install)
``` ```
which just sets up dummy targets in the cmake configuration which call out to gradle in the actual make step. This cmake makro sets up dummy targets in the cmake configuration which call out to gradle in the actual make step.
It also parses the `package.xml` to add target dependencies from each `build_depends` tag (subsequently letting you
sequence builds across repositories).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment