We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56679d2 commit bb11078Copy full SHA for bb11078
source/Tutorials/Intermediate/Writing-a-Composable-Node.rst
@@ -93,7 +93,7 @@ Second, we're going to replace our ``add_executable`` with a ``add_library`` wit
93
94
.. code-block:: cmake
95
96
- add_library(vincent_driver_component src/vincent_driver.cpp)
+ add_library(vincent_driver_component SHARED src/vincent_driver.cpp)
97
98
Third, replace other build commands that used the old target to act on the new target.
99
Don't forget to add ``rclcpp_components::component`` in ``target_link_libraries``.
0 commit comments