zephyr/samples/application_development/external_lib
Kumar Gala 59fd4bfdfd samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 09:11:53 -06:00
..
mylib
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml samples: app_dev: set integration_platforms to native_posix 2021-03-03 09:11:53 -06:00

.. _external_library:

External Library
#################

Overview
********
A simple example that demonstrates how to include an external static library
into the Zephyr build system.
The demonstrates both how to build the external library using a different build
system and how to include the built static library.