cmake: samples: mesh: Remove redundant CMake code
This sample is linking the 'app' with 'subsys__bluetooth', which will add zephyr/subsys/bluetooth to the include path of the app. But this is unnecessary as the app already has this path on it's include path. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
9e75a1a872
commit
c7af520915
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ set(QEMU_EXTRA_FLAGS -s)
|
|||
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
||||
project(onoff_level_lighting_vnd_app)
|
||||
|
||||
target_link_libraries(app PUBLIC subsys__bluetooth)
|
||||
|
||||
target_sources(app PRIVATE
|
||||
src/main.c
|
||||
src/app_gpio.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue