Skip to content
Snippets Groups Projects
Commit 7a44ee74 authored by Mark Charlebois's avatar Mark Charlebois Committed by Lorenz Meier
Browse files

Added support for external shared libraries


The FC_ADDON drivers are shared libraries that have PX4 wrappers.
The wrappers are built as modules which are static libraries and
cannot have shared library dependencies.

The shared libraries are required to resolve the symbols at runtime
and need to be linked with the libmainapp shared library.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent b412980f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment