zephyr/samples/application_development/external_lib
Marc Herbert 2cd51a33ce samples: make find_package(Zephyr...) REQUIRED
This provides a better error message when building with CMake and
forgetting ZEPHYR_BASE or not registering Zephyr in the CMake package
registry. See parent commit for more details (split from parent for
better readability).

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-05-29 10:47:25 +02:00
..
mylib native: removed redundant compiler args MMD & MP 2019-09-17 11:27:19 +02:00
src global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf samples: demonstrate the use of KBUILD_ZEPHYR_APP 2017-06-19 21:23:11 -04:00
README.rst samples: external_lib: Add readme to external library sample 2020-05-15 17:18:56 +02:00
sample.yaml x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04: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.