zephyr/samples/application_development/external_lib
Sebastian Bøe 4d9499cbeb cmake: external_lib: Specify that the library should be GLOBAL
Having a library being GLOBAL, although not default behaviour, or
necessary for the sample, is expected behaviour for a library. It is
expected that like normal libraries, the target name will be
accessible from outside of the CMakeLists.txt file that created it.

Since samples are used as reference code, we specify GLOBAL so that
libraries are created with this intuitive behaviour.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-01-09 11:44:40 -05:00
..
mylib samples: external_lib: Build binaries in the build directory 2017-11-15 08:49:06 -05:00
src kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt cmake: external_lib: Specify that the library should be GLOBAL 2018-01-09 11:44:40 -05:00
prj.conf samples: demonstrate the use of KBUILD_ZEPHYR_APP 2017-06-19 21:23:11 -04:00
sample.yaml samples: remove more build_only tags 2017-12-28 20:24:29 -05:00