mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:46:29 +00:00
It is only necessary to link with subsys__bluetooth if the path "subsys/bluetooth" is needed as an include directory. None of the samples have this need. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
5 lines
125 B
CMake
5 lines
125 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(NONE)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|