Now colcon build compilation should be used
cmake --build . --target install
I want to implement cmake --build . --target package
Generate the content I need to install as deb
All install content is generated in deb
How can I modify core to do this
Requirement: Multiple function packages in a workspace are compiled to generate a deb file
Now colcon build compilation should be used
cmake --build . --target install
I want to implement cmake --build . --target package
Generate the content I need to install as deb
All install content is generated in deb
How can I modify core to do this
Requirement: Multiple function packages in a workspace are compiled to generate a deb file